Click or drag to resize
MimeKit

TextConverterOutputStreamBufferSize Property

Get or set the size of the output stream buffer.

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

Property Value

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