Click or drag to resize
MimeKit

IMimeMessageTextBody Property

Get the text body of the message if it exists.

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

Property Value

String
The text body if it exists; otherwise, null.
Remarks

Gets the text content of the first text/plain body part that is found (in depth-first search order) which is not an attachment.

See Also