API Reference

Enum

EmailArtifactSourceSelection

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

Identifies which bytes were selected for an email artifact write.

Inheritance

  • Enum
  • EmailArtifactSourceSelection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const EmailArtifactSourceSelection None #

No artifact was produced because policy blocked the operation.

Value: 0
public const EmailArtifactSourceSelection PreservedSource #

The unchanged source artifact was emitted byte for byte.

Value: 1
public const EmailArtifactSourceSelection Regenerated #

The artifact was regenerated from the structured EmailDocument model.

Value: 2