PersonaPostalAddress コンストラクター

定義

クラスの新しいインスタンスを PersonaPostalAddress 初期化します。 コンストラクターはPersonaPostalAddress(String, String, String, String, String, String, LocationSource, String, String, Double, Double, Double, Double, Double)、Exchange Onlineをターゲットとするクライアントと、Exchange Server 2013 以降のバージョンの Exchange に適用できます。

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);

パラメーター

street
String

番地。

city
String

市区町村の値。

state
String

状態の値。

country
String

国/地域の値。

postalCode
String

郵便番号の値。

postOfficeBox
String

郵便局のボックス。

locationSource
LocationSource

場所のソース。

locationUri
String

場所 Uniform Resource Identifier (URI)。

formattedAddress
String

表示する番地。

latitude
Double

場所の緯度。

longitude
Double

場所の経度。

accuracy
Double

場所の精度。

altitude
Double

場所の高度。

altitudeAccuracy
Double

場所の高度の精度。

適用対象