MAPIFolder.Description Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Description As String
    Get
    Set
'Usage
Dim instance As MAPIFolder
Dim value As String

value = instance.Description

instance.Description = value
[DispIdAttribute()]
string Description { get; set; }

Property Value

Type: System.String

Remarks

This property corresponds to the MAPI property PidTagComment.

See Also

Reference

MAPIFolder Interface

MAPIFolder Members

Microsoft.Office.Interop.Outlook Namespace