API Reference

Class

EmailStoreItemContentAvailability

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

Describes which requested item parts were locally available and where a cached source is inconclusive.

Inheritance

  • Object
  • EmailStoreItemContentAvailability

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

Properties

public EmailStoreItemReadParts AvailableParts { get; } #

Requested parts that were fully represented by the local source.

public EmailStoreItemReadParts UnavailableParts { get; } #

Requested parts known not to be available from the local source or current bounded read.

public EmailStoreItemReadParts IndeterminateParts { get; } #

Requested parts whose completeness cannot be established from an offline or partial source.

public Nullable<Boolean> IsHeaderOnly { get; } #

Whether Outlook explicitly marked an OST item as header-only; null means the source did not say.

public Boolean IsMarkedForDownload { get; } #

Whether the MAPI message status requests downloading remote content.

public Boolean IsMarkedForRemoteDeletion { get; } #

Whether the MAPI message status requests remote deletion.

public Boolean IsPotentiallyPartial { get; } #

Whether the underlying artifact can legitimately omit server- or sibling-stored content.