| ParserOptionsRespectContentLength Property |
Get or set a value indicating whether the Content-Length value should be
respected when parsing mbox streams.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax public bool RespectContentLength { get; set; }
Property Value
Boolean if the Content-Length value should be respected;
otherwise,
.
Remarks See Also