Catalyst Internet Mail .NET

InternetMail.Uninitialize Method 

Uninitialize the class library and release any resources allocated for the current thread.

[Visual Basic]
Public Sub Uninitialize()
[C#]
public void Uninitialize();

Remarks

The Uninitialize method releases resources allocated for the current process. After this method has been called, no further operations may be performed until the class instance has been re-initialized.

If the Initialize method is explicitly called by the application, it should be matched by a call to the Uninitialize method when that instance of the class is no longer needed.

See Also

InternetMail Class | SocketTools Namespace | Initialize Method