ContactPhysicalAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents a physical address location in a ContactCard instance.
public ref class ContactPhysicalAddress
public class ContactPhysicalAddress
type ContactPhysicalAddress = class
Public Class ContactPhysicalAddress
- Inheritance
-
ContactPhysicalAddress
Constructors
ContactPhysicalAddress() |
Creates a new ContactAddress instance. |
ContactPhysicalAddress(String, String, String, String, String, String) |
Creates a new ContactAddress instance. |
Properties
AddressType |
Gets or sets the type of address (work/home/other). |
CityCode |
Gets or sets the city code. |
Country |
Gets or sets the country. |
State |
Gets or sets the state of this address. |
Street |
Gets or sets the street details. |
ZipCode |
Gets or sets the zip code. |