GetEWSClient
内容
[
隐藏
]GetEWSClient(string, ICredentials)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(string mailboxUri, ICredentials credentials)
| 范围 | 类型 | 描述 |
|---|---|---|
| mailboxUri | String | 邮箱的URI |
| credentials | ICredentials | 包含用于身份验证的凭据。 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(string, string, string)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(string mailboxUri, string username, string password)
| 范围 | 类型 | 描述 |
|---|---|---|
| mailboxUri | String | 邮箱的URI |
| username | String | 用户名 |
| password | String | 密码 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(string, string, string, WebProxy)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(string mailboxUri, string username, string password,
WebProxy proxy)
| 范围 | 类型 | 描述 |
|---|---|---|
| mailboxUri | String | 邮箱的URI |
| username | String | 用户名 |
| password | String | 密码 |
| proxy | WebProxy | 包含 HTTP 代理设置 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(string, string, string, string)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(string mailboxUri, string username, string password,
string domain)
| 范围 | 类型 | 描述 |
|---|---|---|
| mailboxUri | String | 邮箱的URI |
| username | String | 用户名 |
| password | String | 密码 |
| domain | String | 域名 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(string, string, string, string, WebProxy)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(string mailboxUri, string username, string password,
string domain, WebProxy proxy)
| 范围 | 类型 | 描述 |
|---|---|---|
| mailboxUri | String | 邮箱的URI |
| username | String | 用户名 |
| password | String | 密码 |
| domain | String | 域名 |
| proxy | WebProxy | 包含 HTTP 代理设置 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(ExchangeVersion, string, ICredentials, WebProxy)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(ExchangeVersion serverVersion, string mailboxUri,
ICredentials credentials, WebProxy proxy)
| 范围 | 类型 | 描述 |
|---|---|---|
| serverVersion | ExchangeVersion | Exchange 服务器版本 |
| mailboxUri | String | 邮箱的URI |
| credentials | ICredentials | 包含用于身份验证的凭据。 |
| proxy | WebProxy | 包含 HTTP 代理设置 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- enum ExchangeVersion
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(ExchangeVersion, bool, string, string, ICredentials, WebProxy)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(ExchangeVersion serverVersion,
bool formbasedAuthenticationRequired, string formbasedAuthenticationLocation,
string mailboxUri, ICredentials credentials, WebProxy proxy)
| 范围 | 类型 | 描述 |
|---|---|---|
| serverVersion | ExchangeVersion | Exchange 服务器版本 |
| formbasedAuthenticationRequired | Boolean | 如果需要基于表单的身份验证,则设置为 true,否则设置为 false。 |
| formbasedAuthenticationLocation | String | 用于基于表单的身份验证的 url |
| mailboxUri | String | 邮箱的URI |
| credentials | ICredentials | 包含用于身份验证的凭据。 |
| proxy | WebProxy | 包含 HTTP 代理设置 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- enum ExchangeVersion
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
GetEWSClient(string, ICredentials, WebProxy)
初始化EWSClient基于类
public static IEWSClient GetEWSClient(string mailboxUri, ICredentials credentials, WebProxy proxy)
| 范围 | 类型 | 描述 |
|---|---|---|
| mailboxUri | String | 邮箱的URI |
| credentials | ICredentials | 包含用于身份验证的凭据。 |
| proxy | WebProxy | 包含 HTTP 代理设置 |
返回值
基于类的实例EWSClient班级。
也可以看看
- interface IEWSClient
- class EWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email