MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MultipartAlternative Class
MultipartAlternative Properties
HtmlBody Property
TextBody Property
Multipart
Alternative
Text
Body Property
Get the text of the text/plain alternative.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
string
TextBody
{
get
; }
Property Value
String
The text if a text/plain alternative exists; otherwise,
null
.
Implements
IMultipartAlternative
TextBody
Exceptions
Exception
Condition
ObjectDisposedException
The
MultipartAlternative
has been disposed.
Remarks
Gets the text of the text/plain alternative, if it exists.
See Also
Reference
MultipartAlternative Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast