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