Click or drag to resize
MimeKit

MimeFilterBaseOutputBuffer Property

Get the output buffer.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected byte[] OutputBuffer { get; }

Property Value

Byte
The output buffer.
Remarks
Gets the output buffer.
See Also