API Reference

Class

EmailStoreRecoveryOptions

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

Bounds for non-mutating recovery discovery through store indexes.

Inheritance

  • Object
  • EmailStoreRecoveryOptions

Usage

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

Accepted by parameters

Constructors

public EmailStoreRecoveryOptions(String folderId = null, Boolean includeDescendants = false, Boolean includeAssociatedItems = false, Int32 maxItemsScanned = 1000000, Int32 maxRecoveredItems = 10000) #

Creates recovery-discovery options.

Parameters

folderId System.String = null optionalposition: 0
includeDescendants System.Boolean = false optionalposition: 1
includeAssociatedItems System.Boolean = false optionalposition: 2
maxItemsScanned System.Int32 = 1000000 optionalposition: 3
maxRecoveredItems System.Int32 = 10000 optionalposition: 4

Properties

public String FolderId { get; } #

Optional folder identifier. Null scans every folder.

public Boolean IncludeDescendants { get; } #

Whether descendants of FolderId are included.

public Boolean IncludeAssociatedItems { get; } #

Whether associated-item indexes are scanned.

public Int32 MaxItemsScanned { get; } #

Maximum item references examined.

public Int32 MaxRecoveredItems { get; } #

Maximum recovered references retained in the report.