API Reference

Class

EmailStoreFolder

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

A folder in an email store.

Inheritance

  • Object
  • EmailStoreFolder

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

Properties

public String Id { get; } #

Stable source identifier.

public String ParentId { get; } #

Parent folder identifier, or null for a root.

public String Name { get; set; } #

Display name.

public EmailStoreSpecialFolderKind SpecialFolderKind { get; } #

Well-known folder role, or Unknown.

public EmailStoreFolderClassificationSource ClassificationSource { get; } #

Evidence used for the well-known classification.

public String ContainerClass { get; } #

MAPI container class when supplied by the source.

public Boolean IsSearchFolder { get; } #

Whether the source identifies this as a search folder.

public IList<MapiProperty> MapiProperties { get; } #

Detached folder MAPI-property snapshot.

public MapiPropertyBag Mapi { get; } #

Typed access to the detached MapiProperties snapshot.

public IReadOnlyList<EmailStoreItem> Items { get; } #

Items directly contained in this folder.

public IReadOnlyList<EmailStoreItem> AssociatedItems { get; } #

Folder-associated information items when explicitly requested by reader options.