public final class MapiContactPhysicalAddressPropertySet extends Object
Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address
Constructor and Description |
---|
MapiContactPhysicalAddressPropertySet()
Initializes a new instance of the
MapiContactPhysicalAddressPropertySet class |
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactPhysicalAddressPropertySet class |
Modifier and Type | Method and Description |
---|---|
MapiContactPhysicalAddress |
getHomeAddress()
Specifies the address
of the contact's home
|
MapiContactPhysicalAddress |
getOtherAddress()
Specifies the other contact's address
|
MapiContactPhysicalAddress |
getWorkAddress()
Specifies the address of the contact's work
|
void |
setHomeAddress(MapiContactPhysicalAddress value)
Specifies the address
of the contact's home
|
void |
setOtherAddress(MapiContactPhysicalAddress value)
Specifies the other contact's address
|
void |
setWorkAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact's work
|
public MapiContactPhysicalAddressPropertySet()
Initializes a new instance of the MapiContactPhysicalAddressPropertySet
class
public MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactPhysicalAddressPropertySet
class
properties
- A MapiPropertyCollection
containing contact physical addresses propertiespublic final MapiContactPhysicalAddress getWorkAddress()
Specifies the address of the contact's work
public final void setWorkAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact's work
public final MapiContactPhysicalAddress getHomeAddress()
Specifies the address of the contact's home
public final void setHomeAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact's home
public final MapiContactPhysicalAddress getOtherAddress()
Specifies the other contact's address
public final void setOtherAddress(MapiContactPhysicalAddress value)
Specifies the other contact's address