API Reference
EmailStoreAssociatedDataCatalog
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) #EmailStoreAssociatedItemReturns 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
- folderId System.Nullable{OfficeIMO.Email.Store.EmailStoreFolderId} = null
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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.