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
Constructor | Description |
---|---|
MapiContactPhysicalAddressPropertySet() | Initializes a new instance of the MapiContactPhysicalAddressPropertySet class |
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties) | Initializes a new instance of the MapiContactPhysicalAddressPropertySet class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
properties | MapiPropertyCollection | A MapiPropertyCollection containing contact physical addresses properties |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | MapiContactPhysicalAddress |
setOtherAddress(MapiContactPhysicalAddress value)
public final void setOtherAddress(MapiContactPhysicalAddress value)
Specifies the other contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiContactPhysicalAddress |
setWorkAddress(MapiContactPhysicalAddress value)
public final void setWorkAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact’s work
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiContactPhysicalAddress |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |