Click or drag to resize
MimeKit

MimePartContentDescription Property

Get or set the description of the content if available.

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

Property Value

String
The description of the content.

Implements

IMimePartContentDescription
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
ObjectDisposedException The MimePart has been disposed.
Remarks

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

See Also