ExchangeClient.ExchangeClient
Contents
[
Hide
]ExchangeClient(string, string, string)
Initialize a new instance of the class ExchageClient
public ExchangeClient(string mailboxUri, string username, string password)
| Parameter | Type | Description |
|---|---|---|
| mailboxUri | String | The url of the mailbox |
| username | String | The username of the mailbox |
| password | String | The password of the mailbox |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
ExchangeClient(string, string, string, string)
Initialize a new instance of the class ExchageClient
public ExchangeClient(string mailboxUri, string username, string password, string domain)
| Parameter | Type | Description |
|---|---|---|
| mailboxUri | String | The url of the mailbox |
| username | String | The username of the mailbox |
| password | String | The password of the mailbox |
| domain | String | The domain of the user |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
ExchangeClient(string, ICredentials)
Initialize a new instance of the class ExchageClient
public ExchangeClient(string mailboxUri, ICredentials credentials)
| Parameter | Type | Description |
|---|---|---|
| mailboxUri | String | The url of the mailbox |
| credentials | ICredentials | The credentials used to log in |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email