API Reference

Enum

EmailFileConflictPolicy

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

Controls how a path-based email save handles an existing destination.

Inheritance

  • Enum
  • EmailFileConflictPolicy

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 EmailFileConflictPolicy FailIfExists #

Fails without modifying the existing destination.

Value: 0
public const EmailFileConflictPolicy Replace #

Replaces the existing destination after the new artifact has been written successfully.

Value: 1