|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiContactPhysicalAddressPropertySet
public final class MapiContactPhysicalAddressPropertySet
Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address
Constructor Summary | |
---|---|
MapiContactPhysicalAddressPropertySet()
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class |
|
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 propertiesMethod Detail |
---|
public 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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |