ActivityClient
内容
[
隐藏
]ActivityClient class
使用 REST API 提供对 MS Exchange Server (Office365) 的访问。
public abstract class ActivityClient : IActivityClient
特性
姓名 | 描述 |
---|---|
virtual MultipleServicesTokenProvider { get; set; } | 获取或设置允许检索 OAuth 访问令牌的对象。 |
virtual Proxy { get; set; } | 获取或设置数据以代理访问 Exchange 服务器。 |
virtual ResourceId { get; set; } | 获取或设置资源 id。 例如对于用户,它可能是用户主体名称 (UPN) 或用户 id |
virtual TenantId { get; set; } | 获取或设置租户标识符 |
virtual Timeout { get; set; } | 获取或设置操作超时前等待的毫秒数。 默认值为100,000毫秒(100秒)。 |
virtual TokenProvider { get; set; } | 获取或设置允许检索 OAuth 访问令牌的对象。 |
方法
姓名 | 描述 |
---|---|
virtual Dispose() | 执行与释放、释放或重置非托管资源相关的应用程序定义任务。 |
FetchContent(string) | |
ListContent(string) | |
ListContent(string, DateTime?, DateTime?) | |
ListFriendlyNames() | |
ListSubscriptions() | |
StartSubscription(string, Webhook) | |
StopSubscription(string) | |
static GetClient(IMultipleServicesTokenProvider, string) | 初始化ActivityClient 基于类 |
static GetClient(ITokenProvider, string) | 初始化ActivityClient 基于类 |
也可以看看
- interface IActivityClient
- 命名空间 Aspose.Email.Clients.Activity
- 部件 Aspose.Email