API Reference

Class

EmailStoreItem

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

An email or typed Outlook item located within a store folder.

Inheritance

  • Object
  • EmailStoreItem

Usage

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

Properties

public String Id { get; } #

Stable source identifier.

public EmailStoreItemId Key { get; } #

Typed stable source identifier.

public String FolderId { get; } #

Containing folder identifier.

public EmailStoreFolderId FolderKey { get; } #

Typed containing-folder identifier.

public EmailDocument Document { get; } #

Format-neutral projected item.

public Boolean IsAssociated { get; } #

True for folder-associated information (FAI), such as views and folder settings.

public Boolean IsOrphaned { get; } #

True when the item was recovered from the NBT but is absent from the folder contents tables.

public EmailStoreItemReadParts LoadedParts { get; } #

Parts projected by the backend. A materializing backend can return more than the caller requested.

public EmailStoreItemContentAvailability ContentAvailability { get; } #

Local availability and partial-cache signals for the requested parts.