| IMultipartAlternativeGetTextBody Method |
Get the text body in the specified format.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax string GetTextBody(
TextFormat format
)
Parameters
- format TextFormat
- The desired text format.
Return Value
StringThe text body in the desired format if it exists; otherwise,
null.
Exceptions Remarks
Gets the text body in the specified format, if it exists.
See Also