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