|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.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
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 |
Method 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 |