Click or drag to resize
MimeKit

IMultipartAlternativeTextBody Property

Get the text of the text/plain alternative.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
string TextBody { get; }

Property Value

String
The text if a text/plain alternative exists; otherwise, null.
Exceptions
ExceptionCondition
ObjectDisposedException The IMultipartAlternative has been disposed.
Remarks
Gets the text of the text/plain alternative, if it exists.
See Also