public class MapiContactPhysicalAddressPropertySetDto extends Object
Constructor and Description |
---|
MapiContactPhysicalAddressPropertySetDto() |
MapiContactPhysicalAddressPropertySetDto(MapiContactPhysicalAddressDto workAddress,
MapiContactPhysicalAddressDto homeAddress,
MapiContactPhysicalAddressDto otherAddress)
Initializes a new instance of the MapiContactPhysicalAddressPropertySetDto
|
public MapiContactPhysicalAddressPropertySetDto()
public MapiContactPhysicalAddressPropertySetDto(MapiContactPhysicalAddressDto workAddress, MapiContactPhysicalAddressDto homeAddress, MapiContactPhysicalAddressDto otherAddress)
workAddress
- Specifies the address of the contact's workhomeAddress
- Specifies the address of the contact's homeotherAddress
- Specifies the other contact's addresspublic MapiContactPhysicalAddressPropertySetDto workAddress(MapiContactPhysicalAddressDto workAddress)
workAddress
- Specifies the address of the contact's workpublic MapiContactPhysicalAddressDto getWorkAddress()
public void setWorkAddress(MapiContactPhysicalAddressDto workAddress)
workAddress
- Specifies the address of the contact's workpublic MapiContactPhysicalAddressPropertySetDto homeAddress(MapiContactPhysicalAddressDto homeAddress)
homeAddress
- Specifies the address of the contact's homepublic MapiContactPhysicalAddressDto getHomeAddress()
public void setHomeAddress(MapiContactPhysicalAddressDto homeAddress)
homeAddress
- Specifies the address of the contact's homepublic MapiContactPhysicalAddressPropertySetDto otherAddress(MapiContactPhysicalAddressDto otherAddress)
otherAddress
- Specifies the other contact's addresspublic MapiContactPhysicalAddressDto getOtherAddress()
public void setOtherAddress(MapiContactPhysicalAddressDto otherAddress)
otherAddress
- Specifies the other contact's addressCopyright © 2020. All rights reserved.