Hunny Software Library Reference

Pop3Client.Connect Method (String)

Opens a connection to a POP3 server at the default port.

[Visual Basic]
Overloads Public Sub Connect( _
   ByVal address As String _
)
[C#]
public void Connect(
   string address
);

Parameters

address
The hostname or IP address of the POP3 server.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Pop3Client Class | Hunny.Mail Namespace | Pop3Client.Connect Overload List