API Reference
Class
EmailStore
Materialized mailbox hierarchy and its projected email and Outlook items.
Inheritance
- Object
- EmailStore
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 EmailStoreReadResult.Store
Constructors
public EmailStore() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreFormat Format { get; set; } #Detected source format.
public String DisplayName { get; set; } #Display name declared by the store, when available.
public IReadOnlyList<EmailStoreFolder> Folders { get; } #All folders in stable source order. Parent identifiers preserve the original hierarchy.
public IEnumerable<EmailStoreFolder> RootFolders { get; } #Root-level folders.
public Int32 ItemCount { get; } #Total projected item count.