API Reference
Class
EmailStoreItem
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.
Returned or exposed by
- Property EmailStoreFolder.AssociatedItems
- Property EmailStoreFolder.Items
- Method EmailStorePstMutationTransaction.ReadItem
- Method EmailStoreSession.ReadItem
- Method EmailStoreSession.ReadItem
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.