EmailPopConnection

EmailPopConnection constructor

Initializes a new instance of the EmailPopConnection class.

public EmailPopConnection(string host, int port, string userName, string password)
Parameter Type Description
host String The host name.
port Int32 The port number.
userName String The user name.
password String The password.

See Also