API Reference

Enum

EmailStoreValidationMode

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

Depth used by bounded email-store validation.

Inheritance

  • Enum
  • EmailStoreValidationMode

Usage

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

Accepted by parameters

Values

public const EmailStoreValidationMode Shallow #

Validate only the header, indexes, folder catalog, and opening diagnostics.

Value: 0
public const EmailStoreValidationMode Summaries #

Enumerate items and selectively decode lightweight summary properties.

Value: 1
public const EmailStoreValidationMode FullItems #

Fully project each selected item, including recipients and attachment metadata or payloads.

Value: 2