EmailEwsConnection constructor
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
- module
groupdocs.parser.options - class
EmailEwsConnection