| TextPreviewerMaximumPreviewLength Property |
Get or set the maximum text preview length.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int MaximumPreviewLength { get; set; }
Property Value
Int32The maximum text preview length.
Exceptions 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