API Reference
Class
EmailStoreFolder
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
- Property EmailStore.Folders
- Property EmailStore.RootFolders
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable source identifier.
public String ParentId { get; } #Parent folder identifier, or null for a root.
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.