Enum DocxMailMergeFieldStatus
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Docx.dll
What happened to a single merge field.
public enum DocxMailMergeFieldStatus
Fields
Malformed = 3The field's instruction could not be read as a
MERGEFIELD.Merged = 0A value was supplied and written into the document.
MissingValue = 1No value was supplied. The field keeps its placeholder text, so the document still reads
«FieldName»where the value should be — measured.UnsupportedFormatting = 2The field asked for formatting this engine does not apply.