API Reference

Class

EmailStoreMergeSource

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

One read-only PST, OST, OLM, EMLX, or mailbox-directory source in a PST merge.

Inheritance

  • Object
  • EmailStoreMergeSource

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 EmailStoreMergeSource(String path, String displayName = null, EmailStoreReaderOptions readerOptions = null) #

Creates a merge source.

Parameters

path System.String requiredposition: 0
displayName System.String = null optionalposition: 1
readerOptions OfficeIMO.Email.Store.EmailStoreReaderOptions = null optionalposition: 2

Properties

public String Path { get; } #

Absolute source file or directory path.

public String DisplayName { get; } #

Optional destination root-folder name for this source.

public EmailStoreReaderOptions ReaderOptions { get; } #

Optional source-specific bounded reader policy.