_ExchangeUser.StreetAddress プロパティ

定義

の番地を表す 文字列 (C#の文字列 ) を ExchangeUser返します。 読み取り/書き込みが可能です。

public:
 property System::String ^ StreetAddress { System::String ^ get(); void set(System::String ^ value); };
public string StreetAddress { get; set; }
Public Property StreetAddress As String

プロパティ値

注釈

このプロパティは、MAPI プロパティを PidTagStreetAddress に対応します。

このプロパティが実装されていないか、 ExchangeUser オブジェクトの存在しない場合は、空の文字列を返します。

適用対象