_ExchangeUser.JobTitle 属性

定义

以 C# ) 返回一个 字符串 (字符串 ,表示 的 ExchangeUser职务。 读/写。

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

属性值

注解

此属性对应于 MAPI 属性, PidTagTitle

如果此属性尚未实现或 ExchangeUser 对象不存在,则返回一个空字符串。

适用于