EmailMailboxServerSearchReadBatchRequestEventArgs EmailMailboxServerSearchReadBatchRequestEventArgs EmailMailboxServerSearchReadBatchRequestEventArgs EmailMailboxServerSearchReadBatchRequestEventArgs Class

Definition

Encapsulates information about a request to read a batch of results from a server-side search.

public : sealed class EmailMailboxServerSearchReadBatchRequestEventArgs : IEmailMailboxServerSearchReadBatchRequestEventArgspublic sealed class EmailMailboxServerSearchReadBatchRequestEventArgs : IEmailMailboxServerSearchReadBatchRequestEventArgsPublic NotInheritable Class EmailMailboxServerSearchReadBatchRequestEventArgs Implements IEmailMailboxServerSearchReadBatchRequestEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Use the instance of this class that's passed as an argument to your ServerSearchReadBatchRequested event handler.

Properties

Request Request Request Request

Gets the EmailMailboxServerSearchReadBatchRequest object associated with this request.

public : EmailMailboxServerSearchReadBatchRequest Request { get; }public EmailMailboxServerSearchReadBatchRequest Request { get; }Public ReadOnly Property Request As EmailMailboxServerSearchReadBatchRequest// You can use this property in JavaScript.

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets a deferral object for this operation.

public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns

A Deferral object that your code uses to signal when it has finished processing this request.