Disconnect Method
Disconnects from the news server.
Syntax
[VB.NET] Public Sub Disconnect()
[C#] public void Disconnect();
Remarks
This method is used to disconnect from the NewsServer. First the component attempts to send a QUIT command, and if that fails, the connection is broken.