PersonaPostalAddress Constructor

Definition

Initializes a new instance of the PersonaPostalAddress class. The PersonaPostalAddress(String, String, String, String, String, String, LocationSource, String, String, Double, Double, Double, Double, Double) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 PersonaPostalAddress(System::String ^ street, System::String ^ city, System::String ^ state, System::String ^ country, System::String ^ postalCode, System::String ^ postOfficeBox, Microsoft::Exchange::WebServices::Data::LocationSource locationSource, System::String ^ locationUri, System::String ^ formattedAddress, double latitude, double longitude, double accuracy, double altitude, double altitudeAccuracy);
public PersonaPostalAddress (string street, string city, string state, string country, string postalCode, string postOfficeBox, Microsoft.Exchange.WebServices.Data.LocationSource locationSource, string locationUri, string formattedAddress, double latitude, double longitude, double accuracy, double altitude, double altitudeAccuracy);

Parameters

street
String

The street address.

city
String

The city value.

state
String

The state value.

country
String

The country/region value.

postalCode
String

The postal code value.

postOfficeBox
String

The post office box.

locationSource
LocationSource

The location source.

locationUri
String

The location Uniform Resource Identifier (URI).

formattedAddress
String

The street address to be displayed.

latitude
Double

The location latitude.

longitude
Double

The location longitude.

accuracy
Double

The location accuracy.

altitude
Double

The location altitude.

altitudeAccuracy
Double

The location altitude accuracy.

Applies to