| BodyPartTextIsPlain Property |
Gets whether or not this text part contains plain text.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax 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