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 Close method closes the current stream and releases any resources (such as sockets and file handles) that are associated with the current stream.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub Close
'Usage
Dim instance As MimeReader
instance.Close()
public void Close()