API Reference

Class

EmailWriteResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Result of email artifact serialization.

Inheritance

  • Object
  • EmailWriteResult

Usage

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

Properties

public Int64 BytesWritten { get; } #

Number of bytes written.

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Structured fidelity diagnostics.

public Boolean HasErrors { get; } #

True when serialization produced at least one error diagnostic.

public Boolean UsedPreservedSource { get; } #

True when the original preserved bytes were emitted verbatim.