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 Dispose method releases the unmanaged resources that are used by the Base64Encoder and optionally releases the managed resources.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected override void Dispose(
bool disposing
)
Parameters
disposing
Type: System.BooleanSet this parameter to true to release both managed and unmanaged resources. Set this parameter to false to release only unmanaged resources.