API Reference
EmailStoreAssociatedItem
One decoded FAI message and all applicable typed projections.
Inheritance
- Object
- EmailStoreAssociatedItem
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
- Method EmailStoreAssociatedDataCatalog.FindEffectiveConfiguration
- Property EmailStoreAssociatedDataCatalog.CategoryLists
- Property EmailStoreAssociatedDataCatalog.Configurations
- Property EmailStoreAssociatedDataCatalog.FolderUserProperties
- Property EmailStoreAssociatedDataCatalog.Items
- Property EmailStoreAssociatedDataCatalog.RuleOrganizers
- Property EmailStoreAssociatedDataCatalog.SearchFolders
- Property EmailStoreAssociatedDataCatalog.Views
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public EmailStoreItemReference Reference { get; } #Stable Store reference for the associated message.
public EmailStoreFolderInfo Folder { get; } #Folder containing the associated message.
public EmailDocument Document { get; } #Complete detached metadata and root MAPI property bag; bodies and attachments are not read.
public EmailStoreAssociatedItemKind Kind { get; } #Primary semantic classification.
public EmailStoreConfigurationData Configuration { get; } #Roaming XML/dictionary data when present.
public EmailStoreCategoryList CategoryList { get; } #Parsed Outlook master category list when applicable.
public EmailStoreViewDefinition ViewDefinition { get; } #Validated view envelope and preserved streams when applicable.
public EmailStoreRuleOrganizer RuleOrganizer { get; } #Rule organizer envelope and opaque client rule stream when applicable.
public EmailStoreSearchFolderDefinition SearchFolderDefinition { get; } #Search-folder template and definition envelope when applicable.
public EmailStoreFolderUserPropertyCatalog FolderUserProperties { get; } #Outlook field definitions carried by this associated message, when present.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Item-scoped parse and protocol diagnostics.
public Nullable<DateTimeOffset> ModifiedAt { get; } #Last MAPI modification time used for duplicate resolution.