Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Flush method clears all buffers in this EncoderStream object and causes any buffered data to be written.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub Flush
'Usage
Dim instance As EncoderStream
instance.Flush()
public override sealed void Flush()
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The stream does not support writing. |
| IOException | The data source or repository is not open. |