|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.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)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public MapiContactPhysicalAddress getWorkAddress()
public void setWorkAddress(MapiContactPhysicalAddress value)
public MapiContactPhysicalAddress getHomeAddress()
public void setHomeAddress(MapiContactPhysicalAddress value)
public MapiContactPhysicalAddress getOtherAddress()
public void setOtherAddress(MapiContactPhysicalAddress value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |