Click or drag to resize
MimeKit

BodyPartBasicContentDescription Property

Gets the Content-Description of the body part, if available.

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

Property Value

String
The content description.
Remarks
Gets the Content-Description of the body part, if available.
See Also