MAPIFolder.Description Property

Definition

Returns or sets a String (string in C#) representing the description of the folder. Read/write.

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

Property Value

Remarks

This property corresponds to the MAPI property PidTagComment.

Applies to