| TextPreviewerGetPreviewText(String) Method |
Get a text preview of a string of text.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public virtual string GetPreviewText(
string text
)
Parameters
- text String
- The original text.
Return Value
StringA string representing a shortened preview of the original text.
Exceptions Remarks
Gets a text preview of a string of text.
See Also