Closes connection with the POP server.
[Visual Basic]
Public Function Close() As Boolean
[C#]
public bool Close();
Return Value
Returns true if successful; otherwise false.
Example
How to close connection with the POP server.
pop.Close()
pop.Close();
See Also
AwPop Class | Asterworld.Mail Namespace