EmailImapConnection class

EmailImapConnection class

Represents the email connection information for IMAP protocol.

Inheritance: EmailImapConnectionEmailConnection

The EmailImapConnection type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the EmailImapConnection class.

Properties

Property Description
user_name Gets the user name.
password Gets the password.
host Gets the host name.
port Gets the port number.

See Also