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