Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.address(String address)
Set address and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.city(String city)
Set city and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.country(String country)
Set country and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.countryCode(String countryCode)
Set countryCode and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressPropertySetDto.getHomeAddress()
Specifies the address of the contact's home
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressPropertySetDto.getOtherAddress()
Specifies the other contact's address
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressPropertySetDto.getWorkAddress()
Specifies the address of the contact's work
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.isMailingAddress(Boolean isMailingAddress)
Set isMailingAddress and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.postalCode(String postalCode)
Set postalCode and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.postOfficeBox(String postOfficeBox)
Set postOfficeBox and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.stateOrProvince(String stateOrProvince)
Set stateOrProvince and return this.
|
MapiContactPhysicalAddressDto |
MapiContactPhysicalAddressDto.street(String street)
Set street and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiContactPhysicalAddressPropertySetDto |
MapiContactPhysicalAddressPropertySetDto.homeAddress(MapiContactPhysicalAddressDto homeAddress)
Set homeAddress and return this.
|
MapiContactPhysicalAddressPropertySetDto |
MapiContactPhysicalAddressPropertySetDto.otherAddress(MapiContactPhysicalAddressDto otherAddress)
Set otherAddress and return this.
|
void |
MapiContactPhysicalAddressPropertySetDto.setHomeAddress(MapiContactPhysicalAddressDto homeAddress)
Set homeAddress.
|
void |
MapiContactPhysicalAddressPropertySetDto.setOtherAddress(MapiContactPhysicalAddressDto otherAddress)
Set otherAddress.
|
void |
MapiContactPhysicalAddressPropertySetDto.setWorkAddress(MapiContactPhysicalAddressDto workAddress)
Set workAddress.
|
MapiContactPhysicalAddressPropertySetDto |
MapiContactPhysicalAddressPropertySetDto.workAddress(MapiContactPhysicalAddressDto workAddress)
Set workAddress and return this.
|
Constructor and Description |
---|
MapiContactPhysicalAddressPropertySetDto(MapiContactPhysicalAddressDto workAddress,
MapiContactPhysicalAddressDto homeAddress,
MapiContactPhysicalAddressDto otherAddress)
Initializes a new instance of the MapiContactPhysicalAddressPropertySetDto
|
Copyright © 2020. All rights reserved.