Click or drag to resize
MimeKit

IMimePartContentDescription Property

Get or set the description of the content if available.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
string ContentDescription { get; set; }

Property Value

String
The description of the content.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
ObjectDisposedException The IMimePart has been disposed.
Remarks

The Content-Description header can be used to set a description of the content.

See Also