ImapBodyStructureDescription Property |
Gets the description of the MIME part.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string Description { get; }
Public ReadOnly Property Description As String
Get
Property Value
Type:
StringThe 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