Click or drag to resize
MimeKit

MimeMessageTextBody Property

Get the text body of the message if it exists.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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