ContactPhysicalAddress Constructors
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.
Overloads
ContactPhysicalAddress() |
Creates a new ContactAddress instance. |
ContactPhysicalAddress(String, String, String, String, String, String) |
Creates a new ContactAddress instance. |
ContactPhysicalAddress()
Creates a new ContactAddress instance.
public:
ContactPhysicalAddress();
public ContactPhysicalAddress ();
Public Sub New ()
Applies to
ContactPhysicalAddress(String, String, String, String, String, String)
Creates a new ContactAddress instance.
public:
ContactPhysicalAddress(System::String ^ addressType, System::String ^ street, System::String ^ cityCode, System::String ^ state, System::String ^ zipCode, System::String ^ country);
public ContactPhysicalAddress (string addressType, string street, string cityCode, string state, string zipCode, string country);
new Microsoft.Rtc.Collaboration.Presence.ContactPhysicalAddress : string * string * string * string * string * string -> Microsoft.Rtc.Collaboration.Presence.ContactPhysicalAddress
Public Sub New (addressType As String, street As String, cityCode As String, state As String, zipCode As String, country As String)
Parameters
- addressType
- String
Type of the address such as work/home/other.
- street
- String
Street details.
- cityCode
- String
City code specified in the address.
- state
- String
State specified in the address.
- zipCode
- String
Zipcode in the address.
- country
- String
Country specified in the address.