Click or drag to resize
MimeKit

TextConverterInputStreamBufferSize Property

Get or set the size of the input stream buffer.

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

Property Value

Int32
The size of the input stream buffer.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than or equal to 0.
Remarks
Gets or sets the size of the input stream buffer.
See Also