ImapBodyStructureDescription Property
Gets the description of the MIME part.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Description { get; }

Property Value

Type: String
The string containing "Content-Description" header value, or a null reference (Nothing in Visual Basic) if the part does not have "Content-Description" header set.
See Also