API Reference

Class

EmailStoreProjection

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

Immutable typed column selection for a Store table query.

Inheritance

  • Object
  • EmailStoreProjection

Usage

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

Accepted by parameters

Constructors

public EmailStoreProjection(params EmailStoreField[] fields) #

Creates a projection from one or more canonical fields.

Parameters

fields OfficeIMO.Email.Store.EmailStoreField[] requiredposition: 0

Properties

public static EmailStoreProjection Default { get; } #

Default browsing projection.

public IReadOnlyList<EmailStoreField> Fields { get; } #

Selected columns in caller order.