共用方式為


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

取得要執行搜尋之資料夾的資料夾識別碼。

EmailMailboxId

取得要執行搜尋之信箱的信箱識別碼。

Options

取得要套用至此搜尋的搜尋選項。

SessionId

取得這個伺服器端批次讀取要求的搜尋會話識別碼。

SuggestedBatchSize

取得伺服器端搜尋批次讀取的建議批次大小。

方法

ReportCompletedAsync()

通知電子郵件客戶程式要求已成功處理。

ReportFailedAsync(EmailBatchStatus)

通知用戶端未成功處理要求。

SaveMessageAsync(EmailMessage)

儲存符合伺服器端搜尋準則的訊息。

適用於