API Reference

Class

WordMailMergeExecutionReport

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Summarizes a MERGEFIELD execution pass across body, headers, footers, notes, tables, content controls, and text boxes.

Inheritance

  • Object
  • WordMailMergeExecutionReport

Usage

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

Methods

public WordMailMergeExecutionReport EnsureComplete() #
Returns: WordMailMergeExecutionReport

Throws with field diagnostics when the merge was incomplete; otherwise returns this report.

Properties

public IReadOnlyList<WordMailMergeFieldResult> Fields { get; } #

Gets all field results in deterministic document-root order.

public Int32 MergedCount { get; } #

Gets the number of merged fields.

public IReadOnlyList<String> MissingValueNames { get; } #

Gets unique missing value names.

public Boolean IsComplete { get; } #

Gets whether every discovered MERGEFIELD was merged.