API Reference

Class

WordMailMergeBatchResult

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Summarizes a batch mail-merge operation in record order.

Inheritance

  • Object
  • WordMailMergeBatchResult

Usage

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

Methods

public WordMailMergeBatchResult EnsureComplete() #
Returns: WordMailMergeBatchResult

Throws when any record has missing values, malformed fields, or unsupported formatting.

Properties

public IReadOnlyList<WordMailMergeBatchItemResult> Items { get; } #

Gets all committed outputs and their field reports.

public IReadOnlyList<String> OutputPaths { get; } #

Gets committed output paths in record order.

public Boolean IsComplete { get; } #

Gets whether every output merged every discovered field.