Click or drag to resize
MimeKit

MultipartAlternativeTextBody Property

Get the text of the text/plain alternative.

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

Property Value

String
The text if a text/plain alternative exists; otherwise, .

Implements

IMultipartAlternativeTextBody
Exceptions
ExceptionCondition
ObjectDisposedException The MultipartAlternative has been disposed.
Remarks
Gets the text of the text/plain alternative, if it exists.
See Also