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

EmailEwsConnection class

EmailEwsConnection class

Represents the email connection information for EWS protocol.

Inheritance: EmailEwsConnectionEmailConnection

The EmailEwsConnection type exposes the following members:

Constructors

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

Properties

Property Description
user_name Gets the user name.
password Gets the password.
mailbox_uri Gets the URI of the mailbox.
domain Gets the domain name.

See Also