Hunny Software Library Reference

Pop3Client.Connect Method (String, Int32)

Opens a connection to a POP3 server at a specified port.

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

Parameters

address
The hostname or IP address of the POP3 server.
port
The TCP port number 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