 | TextPreviewerGetPreviewText(TextReader) Method |
Get a text preview of a stream of text.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic abstract string GetPreviewText(
TextReader reader
)
Parameters
- reader TextReader
- The original text stream.
Return Value
StringA string representing a shortened preview of the original text.
Exceptions
Remarks
Gets a text preview of a stream of text.
See Also