 | BodyPartBasicContentDescription Property |
Gets the Content-Description of the body part, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntaxpublic string? ContentDescription { get; set; }Property Value
StringThe content description.
Remarks
Gets the Content-Description of the body part, if available.
See Also