API Reference
Class
EmailStoreRecoveryOptions
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.
Returned or exposed by
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
- includeDescendants System.Boolean = false
- includeAssociatedItems System.Boolean = false
- maxItemsScanned System.Int32 = 1000000
- maxRecoveredItems System.Int32 = 10000
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.