| MimeFilterBaseEnsureOutputSize Method |
Ensure that the output buffer is greater than or equal to the specified size.
Namespace: MimeKit.IO.FiltersAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected void EnsureOutputSize(
int size,
bool keep
)
Parameters
- size Int32
- The minimum size needed.
- keep Boolean
- If set to true, the current output should be preserved.
Remarks
Ensures that the output buffer is greater than or equal to the specified size.
See Also