Click or drag to resize
MimeKit

ITextPartIsRichText Property

Get whether this text part contains RTF.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
bool IsRichText { get; }

Property Value

Boolean
if the text is RTF; otherwise, .
Exceptions
ExceptionCondition
ObjectDisposedException The ITextPart has been disposed.
Remarks
Checks whether the text part's Content-Type is text/rtf.
See Also