API Reference
Class
EmailStoreRecoveryExportOptions
Discovery, preservation, and failure policy for recoverable-index item export.
Inheritance
- Object
- EmailStoreRecoveryExportOptions
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 EmailStoreRecoveryExportOptions(EmailStoreRecoveryOptions discoveryOptions = null, EmailFileFormat format = OutlookMsg, Boolean preserveFolderHierarchy = true, Boolean overwriteExisting = false, Boolean continueOnItemError = true, Boolean writeManifest = true, EmailWriterOptions writerOptions = null) #Creates recovery-export options.
Parameters
- discoveryOptions OfficeIMO.Email.Store.EmailStoreRecoveryOptions = null
- format OfficeIMO.Email.EmailFileFormat = OutlookMsg
- preserveFolderHierarchy System.Boolean = true
- overwriteExisting System.Boolean = false
- continueOnItemError System.Boolean = true
- writeManifest System.Boolean = true
- writerOptions OfficeIMO.Email.EmailWriterOptions = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreRecoveryOptions DiscoveryOptions { get; } #Bounds and folder scope used to discover indexed orphans.
public EmailFileFormat Format { get; } #Per-item preservation format. MSG is the default to retain Outlook/MAPI semantics.
public Boolean PreserveFolderHierarchy { get; } #Whether original folder evidence is represented in destination directories.
public Boolean OverwriteExisting { get; } #Whether an existing artifact or manifest may be replaced.
public Boolean ContinueOnItemError { get; } #Whether isolated unreadable items are diagnosed and skipped.
public Boolean WriteManifest { get; } #Whether a recovery manifest with source folder and item evidence is written.
public EmailWriterOptions WriterOptions { get; } #Underlying item writer bounds and conversion policy.