Click or drag to resize
MimeKit

BodyPartTextIsPlain Property

Gets whether or not this text part contains plain text.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public bool IsPlain { get; }

Property Value

Boolean
if the text is html; otherwise, .
Remarks
Checks whether or not the text part's Content-Type is text/plain.
See Also