次の方法で共有


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)

サーバー側の検索条件を満たすメッセージを保存します。

適用対象