| IMimeMessageTextBody Property |
Get the text body of the message if it exists.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Property Value
StringThe 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