| BodyPartTextIsHtml Property |
Gets whether or not this text part contains HTML.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax public bool IsHtml { get; }
Property Value
Boolean if the text is html; otherwise,
.
Remarks
Checks whether or not the text part's Content-Type is text/html.
See Also