 | IMimeMessageTextBody Property |
Get the text body of the message if it exists.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxstring? TextBody { get; }Property Value
StringThe text body if it exists; otherwise,
.
RemarksGets 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