API Reference

Enum

EmailStoreFolderClassificationSource

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Evidence used to classify a well-known folder role.

Inheritance

  • Enum
  • EmailStoreFolderClassificationSource

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const EmailStoreFolderClassificationSource None #

The folder has no well-known classification.

Value: 0
public const EmailStoreFolderClassificationSource SourceIdentifier #

A stable source identifier or format contract identified the folder.

Value: 1
public const EmailStoreFolderClassificationSource SourcePath #

The source path carried a format-defined folder role.

Value: 2
public const EmailStoreFolderClassificationSource DisplayName #

The display name supplied a best-effort fallback.

Value: 3