Click or drag to resize
MimeKit

TextPreviewer Class

An abstract class for generating a text preview of a message.
Inheritance Hierarchy

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public abstract class TextPreviewer

The TextPreviewer type exposes the following members.

Constructors
 NameDescription
Protected methodTextPreviewer Initialize a new instance of the TextPreviewer class.
Top
Properties
 NameDescription
Public propertyInputFormat Get the input format.
Public propertyMaximumPreviewLength Get or set the maximum text preview length.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetPreviewText(String) Get a text preview of a string of text.
Public methodStatic memberGetPreviewText(TextPart) Get a text preview of the text part.
Public methodGetPreviewText(TextReader) Get a text preview of a stream of text.
Public methodGetPreviewText(Stream, String) Get a text preview of a stream of text in the specified charset.
Public methodGetPreviewText(Stream, Encoding) Get a text preview of a stream of text in the specified encoding.
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
An abstract class for generating a text preview of a message.
See Also