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 MapiContactPhysicalAddress getWorkAddress()
Specifies the address of the contact's work
MapiContactPhysicalAddress
object.public void setWorkAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact's work
value
- a MapiContactPhysicalAddress
object.public MapiContactPhysicalAddress getHomeAddress()
Specifies the address of the contact's home
MapiContactPhysicalAddress
object.public void setHomeAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact's home
value
- a MapiContactPhysicalAddress
object.public MapiContactPhysicalAddress getOtherAddress()
Specifies the other contact's address
MapiContactPhysicalAddress
object.public void setOtherAddress(MapiContactPhysicalAddress value)
Specifies the other contact's address
value
- a MapiContactPhysicalAddress
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.