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