| TextPartIsPlain Property |
Get whether or not this text part contains plain text.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsPlain { get; }
Property Value
Booleantrue if the text is html; otherwise,
false.
Implements
ITextPartIsPlainExceptions Remarks
Checks whether or not the text part's Content-Type is text/plain.
See Also