API Reference

Class

EmailStoreAssociatedDataCatalog

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

Bounded typed catalog of Store folder-associated information.

Inheritance

  • Object
  • EmailStoreAssociatedDataCatalog

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

Methods

public EmailStoreAssociatedItem FindEffectiveConfiguration(String messageClass, Nullable<EmailStoreFolderId> folderId = null) #
Returns: EmailStoreAssociatedItem

Returns the most recently modified configuration message for one class and folder. Duplicate candidates remain visible through Configurations and are reported as a conflict diagnostic.

Parameters

messageClass System.String requiredposition: 0
folderId System.Nullable{OfficeIMO.Email.Store.EmailStoreFolderId} = null optionalposition: 1

Properties

public IReadOnlyList<EmailStoreAssociatedItem> Items { get; } #

Every successfully read associated message in source order.

public IReadOnlyList<EmailStoreAssociatedItem> CategoryLists { get; } #

Messages carrying parsed category lists.

public IReadOnlyList<EmailStoreAssociatedItem> Configurations { get; } #

Messages carrying roaming configuration data.

public IReadOnlyList<EmailStoreAssociatedItem> Views { get; } #

Named-view definition messages.

public IReadOnlyList<EmailStoreAssociatedItem> RuleOrganizers { get; } #

Rule organizer messages.

public IReadOnlyList<EmailStoreAssociatedItem> SearchFolders { get; } #

Persistent search-folder definition messages.

public IReadOnlyList<EmailStoreAssociatedItem> FolderUserProperties { get; } #

Associated messages carrying Outlook field definitions.

public IReadOnlyList<EmailStoreSearchFolderContainer> SearchFolderContainers { get; } #

Search-folder containers projected from folder-owned MAPI properties.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Catalog- and item-level diagnostics.

public Boolean IsComplete { get; } #

True when every item in scope was read within bounds.

public Int32 ScannedItems { get; } #

Number of associated references examined.