API Reference
Class
EmailStoreItemContentAvailability
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
- Property EmailStoreItem.ContentAvailability
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreItemReadParts AvailableParts { get; } #Requested parts that were fully represented by the local source.
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.