Click or drag to resize
MimeKit

ParserOptionsRespectContentLength Property

Get or set a value indicating whether the Content-Length value should be respected when parsing mbox streams.

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

Property Value

Boolean
true if the Content-Length value should be respected; otherwise, false.
Remarks
For more details about why this may be useful, you can find more information at http://www.jwz.org/doc/content-length.html.
See Also