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