1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. EmailPopConnection class

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