EmailMailboxServerSearchReadBatchRequest 类

定义

请求读取一批服务器端搜索结果的详细信息。

public ref class EmailMailboxServerSearchReadBatchRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxServerSearchReadBatchRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxServerSearchReadBatchRequest
Public NotInheritable Class EmailMailboxServerSearchReadBatchRequest
继承
Object Platform::Object IInspectable EmailMailboxServerSearchReadBatchRequest
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
email emailSystem

注解

ServerSearchReadBatchRequested 事件处理程序中使用。 使用 由 EmailMailboxServerSearchReadBatchRequestEventArgs.Request 属性返回的此类的实例。

属性

EmailFolderId

获取要执行搜索的文件夹的文件夹 ID。

EmailMailboxId

获取要执行搜索的邮箱的邮箱 ID。

Options

获取要应用于此搜索的搜索选项。

SessionId

获取此服务器端批处理读取请求的搜索会话 ID。

SuggestedBatchSize

获取服务器端搜索批处理读取的建议批大小。

方法

ReportCompletedAsync()

通知电子邮件客户端请求已成功处理。

ReportFailedAsync(EmailBatchStatus)

通知客户端请求未成功处理。

SaveMessageAsync(EmailMessage)

保存符合服务器端搜索条件的消息。

适用于