EmailPopConnection class

EmailPopConnection class

Represents the email connection information for POP protocol.

Inheritance: EmailPopConnectionEmailConnection

The EmailPopConnection type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the EmailPopConnection 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