MapiContactPhysicalAddressPropertySet

Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet

public final class MapiContactPhysicalAddressPropertySet extends MapiContactPropertySet

Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address

Constructors

ConstructorDescription
MapiContactPhysicalAddressPropertySet()Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)Initializes a new instance of the MapiContactPhysicalAddressPropertySet class

Methods

MethodDescription
equals(Object arg0)
getClass()
getHomeAddress()Specifies the address of the contact’s home
getOtherAddress()Specifies the other contact’s address
getWorkAddress()Specifies the address of the contact’s work
hashCode()
notify()
notifyAll()
setHomeAddress(MapiContactPhysicalAddress value)Specifies the address of the contact’s home
setOtherAddress(MapiContactPhysicalAddress value)Specifies the other contact’s address
setWorkAddress(MapiContactPhysicalAddress value)Specifies the address of the contact’s work
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiContactPhysicalAddressPropertySet()

public MapiContactPhysicalAddressPropertySet()

Initializes a new instance of the MapiContactPhysicalAddressPropertySet class

MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)

public MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactPhysicalAddressPropertySet class

Parameters:

ParameterTypeDescription
propertiesMapiPropertyCollectionA MapiPropertyCollection containing contact physical addresses properties

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHomeAddress()

public final MapiContactPhysicalAddress getHomeAddress()

Specifies the address of the contact’s home

Returns: MapiContactPhysicalAddress

getOtherAddress()

public final MapiContactPhysicalAddress getOtherAddress()

Specifies the other contact’s address

Returns: MapiContactPhysicalAddress

getWorkAddress()

public final MapiContactPhysicalAddress getWorkAddress()

Specifies the address of the contact’s work

Returns: MapiContactPhysicalAddress

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setHomeAddress(MapiContactPhysicalAddress value)

public final void setHomeAddress(MapiContactPhysicalAddress value)

Specifies the address of the contact’s home

Parameters:

ParameterTypeDescription
valueMapiContactPhysicalAddress

setOtherAddress(MapiContactPhysicalAddress value)

public final void setOtherAddress(MapiContactPhysicalAddress value)

Specifies the other contact’s address

Parameters:

ParameterTypeDescription
valueMapiContactPhysicalAddress

setWorkAddress(MapiContactPhysicalAddress value)

public final void setWorkAddress(MapiContactPhysicalAddress value)

Specifies the address of the contact’s work

Parameters:

ParameterTypeDescription
valueMapiContactPhysicalAddress

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int