_ExchangeUser.Comments Property

Definition

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

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

Property Value

Remarks

This property corresponds to the MAPI property, PidTagComment.

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

Applies to