MailKit Documentation
MailKit Documentation
API Reference
MimeKit
TextPart Class
TextPart Properties
Format Property
IsEnriched Property
IsFlowed Property
IsHtml Property
IsPlain Property
IsRichText Property
Text Property
Text
Part
Is
Enriched Property
Get whether or not this text part contains enriched text.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
IsEnriched
{
get
; }
Property Value
Boolean
true
if the text is enriched; otherwise,
false
.
Implements
ITextPart
IsEnriched
Exceptions
Exception
Condition
ObjectDisposedException
The
TextPart
has been disposed.
Remarks
Checks whether or not the text part's Content-Type is
text/enriched
or its predecessor,
text/richtext
(not to be confused with
text/rtf
).
See Also
Reference
TextPart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast