EmailEwsConnection
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object, com.groupdocs.parser.options.EmailConnection
public final class EmailEwsConnection extends EmailConnection
Represents the email connection information for EWS protocol.
Constructors
| Constructor | 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. | 
Methods
| Method | Description | 
|---|---|
| getMailboxUri() | Gets the URI of the mailbox. | 
| getDomain() | Gets the domain name. | 
EmailEwsConnection(String mailboxUri, String userName, String password)
public EmailEwsConnection(String mailboxUri, String userName, String password)
Initializes a new instance of the EmailEwsConnection class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| mailboxUri | java.lang.String | The URI of mailbox. | 
| userName | java.lang.String | The user name. | 
| password | java.lang.String | The password. | 
EmailEwsConnection(String mailboxUri, String domain, String userName, String password)
public EmailEwsConnection(String mailboxUri, String domain, String userName, String password)
Initializes a new instance of the EmailEwsConnection class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| mailboxUri | java.lang.String | The URI of mailbox. | 
| domain | java.lang.String | The domain name. | 
| userName | java.lang.String | The user name. | 
| password | java.lang.String | The password. | 
getMailboxUri()
public String getMailboxUri()
Gets the URI of the mailbox.
Returns: java.lang.String - A string value that represents a URI of the mailbox.
getDomain()
public String getDomain()
Gets the domain name.
Returns: java.lang.String - A string value that represents the domain name.