Compartilhar via


PersonaPostalAddress Construtor

Definição

Inicializa uma nova instância da PersonaPostalAddress classe. O PersonaPostalAddress(String, String, String, String, String, String, LocationSource, String, String, Double, Double, Double, Double, Double) construtor é aplicável a clientes que visam Exchange Online e versões do Exchange começando com 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);

Parâmetros

street
String

O endereço da rua.

city
String

O valor da cidade.

state
String

O valor do estado.

country
String

O valor país/região.

postalCode
String

O valor do código postal.

postOfficeBox
String

A caixa postal.

locationSource
LocationSource

A origem do local.

locationUri
String

O URI (Identificador de Recurso Uniforme) de localização.

formattedAddress
String

O endereço da rua a ser exibido.

latitude
Double

A latitude de localização.

longitude
Double

A longitude do local.

accuracy
Double

A precisão do local.

altitude
Double

A altitude do local.

altitudeAccuracy
Double

A precisão da altitude do local.

Aplica-se a