SetConversationReadStateAsync
IAsyncEwsClient.SetConversationReadStateAsync method
将位于指定文件夹中的对话项的读取状态设置为指定值
public Task SetConversationReadStateAsync(string conversationId, bool isRead = true,
string contextFolderId = null, CancellationToken cancellationToken = default)
范围 | 类型 | 描述 |
---|---|---|
conversationId | String | 要更改的对话 ID |
isRead | Boolean | 允许设置对话中项目的读取状态的标志。 |
contextFolderId | String | 对话项目所在文件夹的 ID。注意:如果设置为null(or 为空),所有的对话项目都会被复制 |
cancellationToken | CancellationToken | 取消令牌。 |
例外
例外 | (健康)状况 |
---|---|
AsposeArgumentException | conversationId是无效的 或者空的 |
也可以看看
- interface IAsyncEwsClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email