MimeReader.Close method
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()