Closes connection with the POP server forcibly.
[Visual Basic]
Public Sub ForciblyClose()
[C#]
public void ForciblyClose();
Example
How to close connection with the POP server forcibly.
pop.ForciblyClose()
pop.ForciblyClose();
See Also
AwPop Class | Asterworld.Mail Namespace