PhysicalAddressEntry クラス

定義

物理アドレス ディクショナリ内のエントリを表します。

public ref class PhysicalAddressEntry sealed : Microsoft::Exchange::WebServices::Data::DictionaryEntryProperty<Microsoft::Exchange::WebServices::Data::PhysicalAddressKey>
public sealed class PhysicalAddressEntry : Microsoft.Exchange.WebServices.Data.DictionaryEntryProperty<Microsoft.Exchange.WebServices.Data.PhysicalAddressKey>
Public NotInheritable Class PhysicalAddressEntry
Inherits DictionaryEntryProperty(Of PhysicalAddressKey)
継承

コンストラクター

PhysicalAddressEntry()

PhysicalAddressEntry クラスの新しいインスタンスを初期化します。

プロパティ

City

エントリの市区町村を取得または設定します。

CountryOrRegion

エントリの国または地域を取得または設定します。

PostalCode

エントリの郵便番号を取得または設定します。

State

エントリの状態を取得または設定します。

Street

エントリの通りを取得または設定します。

適用対象