Click or drag to resize
MimeKit

BodyPartTextIsHtml Property

Gets whether or not this text part contains HTML.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
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