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
Format Property
Get the text format of the content.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
TextFormat
Format
{
get
; }
Property Value
TextFormat
The text format of the content.
Implements
ITextPart
Format
Exceptions
Exception
Condition
ObjectDisposedException
The
TextPart
has been disposed.
Remarks
Gets the text format of the content.
See Also
Reference
TextPart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast