_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 对象不存在,则返回一个空字符串。

适用于