Modifier and Type | Method and Description |
---|---|
MapiContactPhysicalAddress |
MapiContactPhysicalAddressPropertySet.getHomeAddress()
Specifies the address
of the contact's home
|
MapiContactPhysicalAddress |
MapiContactPhysicalAddressPropertySet.getOtherAddress()
Specifies the other contact's address
|
MapiContactPhysicalAddress |
MapiContactPhysicalAddressPropertySet.getWorkAddress()
Specifies the address of the contact's work
|
Modifier and Type | Method and Description |
---|---|
void |
MapiContactPhysicalAddressPropertySet.setHomeAddress(MapiContactPhysicalAddress value)
Specifies the address
of the contact's home
|
void |
MapiContactPhysicalAddressPropertySet.setOtherAddress(MapiContactPhysicalAddress value)
Specifies the other contact's address
|
void |
MapiContactPhysicalAddressPropertySet.setWorkAddress(MapiContactPhysicalAddress value)
Specifies the address of the contact's work
|