API Reference
Class
WordMailMergeFieldResult
Structured result for one MERGEFIELD occurrence.
Inheritance
- Object
- WordMailMergeFieldResult
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
- Property WordMailMergeExecutionReport.Fields
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Gets the merge-field name.
public String Instruction { get; } #Gets the original field instruction.
public WordMailMergeFieldStatus Status { get; } #Gets the merge outcome.
public String Value { get; } #Gets the formatted value when one was written.
public String Message { get; } #Gets a stable human-readable diagnostic.