Click or drag to resize
MimeKit

TextPartIsEnriched Property

Get whether this text part contains enriched text.

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

Property Value

Boolean
if the text is enriched; otherwise, .

Implements

ITextPartIsEnriched
Exceptions
ExceptionCondition
ObjectDisposedException The TextPart has been disposed.
Remarks
Checks whether the text part's Content-Type is text/enriched or its predecessor, text/richtext (not to be confused with text/rtf).
See Also