API Reference
Class
WordMailMergeBatchResult
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.
Returned or exposed by
Methods
public WordMailMergeBatchResult EnsureComplete() #Returns:
WordMailMergeBatchResultThrows when any record has missing values, malformed fields, or unsupported formatting.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.