_ExchangeUser.AssistantName 属性

定义

返回 C# 中的 字符串 (字符串 ,) 表示 的 ExchangeUser助手的名称。 读/写。

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

属性值

注解

此属性对应于 PidTagAssistant 的 MAPI 属性。

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

适用于