MapiContactPhysicalAddressDto
Contents
[
Hide
]
Refers to the group of properties that define physical address for a contact.
Properties:
| Name | Type | Description | Notes |
|---|---|---|---|
| IsMailingAddress | bool? | Gets or sets a value indicating whether this address is mailing address | |
| Street | string | Specifies the street portion of the contact's address | [optional] |
| City | string | Specifies the city or locality portion of the contact's address | [optional] |
| StateOrProvince | string | Specifies the state or province portion of the contact's address | [optional] |
| PostalCode | string | Specifies the postal code (ZIP code) portion of the contact's address | [optional] |
| Country | string | Specifies the country or region portion of the contact's address | [optional] |
| CountryCode | string | Specifies the country code portion of the contact's address | [optional] |
| Address | string | Specifies the complete address of the contact's address | [optional] |
| PostOfficeBox | string | Gets or sets the post office box | [optional] |