Click or drag to resize
MimeKit

MimeFilterBaseEnsureOutputSize Method

Ensure that the output buffer is greater than or equal to the specified size.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
protected void EnsureOutputSize(
	int size,
	bool keep
)

Parameters

size  Int32
The minimum size needed.
keep  Boolean
If set to , the current output should be preserved.
Remarks
Ensures that the output buffer is greater than or equal to the specified size.
See Also