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

EmailEwsConnection constructor

On this page

init

Initializes a new instance of the EmailEwsConnection class.

def __init__(self, mailbox_uri, user_name, password):
    ...
Parameter Type Description
mailbox_uri System.String The URI of mailbox.
user_name System.String The user name.
password System.String The password.

init

Initializes a new instance of the EmailEwsConnection class.

def __init__(self, mailbox_uri, domain, user_name, password):
    ...
Parameter Type Description
mailbox_uri System.String The URI of the mailbox.
domain System.String The domain name.
user_name System.String The user name.
password System.String The password.

See Also

On this page