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 속성에서 반환되는 이 클래스의 instance 사용합니다.

속성

EmailFolderId

검색을 수행할 폴더의 폴더 ID를 가져옵니다.

EmailMailboxId

검색을 수행할 사서함의 사서함 ID를 가져옵니다.

Options

이 검색에 적용할 검색 옵션을 가져옵니다.

SessionId

이 서버 쪽 일괄 처리 읽기 요청의 검색 세션 ID를 가져옵니다.

SuggestedBatchSize

서버 쪽 검색 일괄 처리 읽기에 대해 제안된 일괄 처리 크기를 가져옵니다.

메서드

ReportCompletedAsync()

요청이 성공적으로 처리되었음을 이메일 클라이언트에 알릴 수 있습니다.

ReportFailedAsync(EmailBatchStatus)

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알릴 수 있습니다.

SaveMessageAsync(EmailMessage)

서버 쪽 검색 조건을 충족하는 메시지를 저장합니다.

적용 대상