_ExchangeUser.OfficeLocation プロパティ

定義

のオフィスの場所を表す 文字列 (C#の文字列 ) を返します ExchangeUser。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

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

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

適用対象