API Reference

Class

EmailStoreAsyncEnumerable`1

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

Dependency-free async sequence that follows the C# await foreach pattern on every Store target framework.

Inheritance

  • Object
  • EmailStoreAsyncEnumerable`1

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Type Parameters

T
Element type.

Methods

public EmailStoreAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = null) #
Returns: EmailStoreAsyncEnumerator<T>

Creates a single-use async enumerator. Do not use the owning Store session concurrently.

Parameters

cancellationToken System.Threading.CancellationToken = null optionalposition: 0