EmailEwsConnection

EmailEwsConnection(string, string, string)

Initializes a new instance of the EmailEwsConnection class.

public EmailEwsConnection(string mailboxUri, string userName, string password)
Parameter Type Description
mailboxUri String The URI of mailbox.
userName String The user name.
password String The password.

See Also


EmailEwsConnection(string, string, string, string)

Initializes a new instance of the EmailEwsConnection class.

public EmailEwsConnection(string mailboxUri, string domain, string userName, string password)
Parameter Type Description
mailboxUri String The URI of the mailbox.
domain String The domain name.
userName String The user name.
password String The password.

See Also