MapiContactPhysicalAddress
Contents
[
Hide
]MapiContactPhysicalAddress class
Inherits: Aspose::Email::Mapi::MapiContactAddress
Refers to the group of properties that define physical address for a contact.
Constructors
| Name | Description |
|---|---|
| MapiContactPhysicalAddress (2 overloads) | Initializes a new instance of the MapiContactPhysicalAddress class. |
Methods
| Name | Description |
|---|---|
| get_Address | Specifies the complete address of the contact’s address |
| get_City | Specifies the city or locality portion of the contact’s address |
| get_Country | Specifies the country or region portion of the contact’s address |
| get_CountryCode | Specifies the country code portion of the contact’s address |
| get_IsMailingAddress | Gets a value indicating whether this address is mailing address |
| get_PostalCode | Specifies the postal code (ZIP code) portion of the contact’s address |
| get_PostOfficeBox | Gets the post office box |
| get_StateOrProvince | Specifies the state or province portion of the contact’s address |
| get_Street | Specifies the street portion of the contact’s address |
| ParseFromVCard | Parses a MapiContactPhysicalAddress from the given vCard value |
| set_Address | Specifies the complete address of the contact’s address |
| set_City | Specifies the city or locality portion of the contact’s address |
| set_Country | Specifies the country or region portion of the contact’s address |
| set_CountryCode | Specifies the country code portion of the contact’s address |
| set_IsMailingAddress | Sets a value indicating whether this address is mailing address |
| set_PostalCode | Specifies the postal code (ZIP code) portion of the contact’s address |
| set_PostOfficeBox | Sets the post office box |
| set_StateOrProvince | Specifies the state or province portion of the contact’s address |
| set_Street | Specifies the street portion of the contact’s address |
| SetProperties | Sets the message properties. |
| ToVCardValue | Composes the string according to vCard format |