API Reference

Enum

EmailStorePstCopyConflictPolicy

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

Deterministic handling of an existing same-name folder during a copy.

Inheritance

  • Enum
  • EmailStorePstCopyConflictPolicy

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 EmailStorePstCopyConflictPolicy Fail #

Reject the copy before staging any copy operation.

Value: 0
public const EmailStorePstCopyConflictPolicy AllowDuplicate #

Create a distinct folder with the same display name.

Value: 1