_ExchangeUser.AssistantName Property

Definition

Returns a String (string in C#) representing the name of the assistant for the ExchangeUser. Read/write.

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

Property Value

Remarks

This property corresponds to MAPI property PidTagAssistant.

Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.

Applies to