public final class EmailEwsConnection extends EmailConnection
| Constructor and Description |
|---|
EmailEwsConnection(String mailboxUri,
String userName,
String password)
Initializes a new instance of the
EmailEwsConnection class. |
EmailEwsConnection(String mailboxUri,
String domain,
String userName,
String password)
Initializes a new instance of the
EmailEwsConnection class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the domain name.
|
String |
getMailboxUri()
Gets the URI of the mailbox.
|
getPassword, getUserNamepublic EmailEwsConnection(String mailboxUri, String userName, String password)
EmailEwsConnection class.mailboxUri - The URI of mailbox.userName - The user name.password - The password.public EmailEwsConnection(String mailboxUri, String domain, String userName, String password)
EmailEwsConnection class.mailboxUri - The URI of mailbox.domain - The domain name.userName - The user name.password - The password.Copyright © 2026. All rights reserved.