VCardDeliveryAddress
Contents
[
Hide
]VCardDeliveryAddress class
Represents a vCard delivery address
Constructors
| Name | Description |
|---|---|
| VCardDeliveryAddress (2 overloads) | Initializes a new instance of the VCardDeliveryAddress class |
Methods
| Name | Description |
|---|---|
| get_AddressType | Gets an address type |
| get_CountryName | Gets a country |
| get_ExtendedAddress | Gets an extended address |
| get_Locality | Gets a locality |
| get_PoBox | Gets a PO box |
| get_PostalCode | Gets a postal code |
| get_Region | Gets a region |
| get_Street | Gets a street |
| set_AddressType | Sets an address type |
| set_CountryName | Sets a country |
| set_ExtendedAddress | Sets an extended address |
| set_Locality | Sets a locality |
| set_PoBox | Sets a PO box |
| set_PostalCode | Sets a postal code |
| set_Region | Sets a region |
| set_Street | Sets a street |
| ToVCardHeader | Converts this instance into the corresponding VCardHeader |