Click or drag to resize
MimeKit

TextPreviewerMaximumPreviewLength Property

Get or set the maximum text preview length.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int MaximumPreviewLength { get; set; }

Property Value

Int32
The maximum text preview length.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue
Remarks

Gets or sets the maximum text preview length.

The default value is 230 which is what the GMail web API seems to use.

See Also