EmailImapConnection

EmailImapConnection constructor

Initializes a new instance of the EmailImapConnection class.

public EmailImapConnection(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