| 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.7.1
Syntax public bool RespectContentLength { get; set; }
Property Value
Booleantrue if the Content-Length value should be respected;
otherwise,
false.
Remarks See Also