Table of Contents

Enum DocxMailMergeFieldStatus

Namespace
DocToolkit
Assembly
DocToolkit.Docx.dll

What happened to a single merge field.

public enum DocxMailMergeFieldStatus

Fields

Malformed = 3

The field's instruction could not be read as a MERGEFIELD.

Merged = 0

A value was supplied and written into the document.

MissingValue = 1

No value was supplied. The field keeps its placeholder text, so the document still reads «FieldName» where the value should be — measured.

UnsupportedFormatting = 2

The field asked for formatting this engine does not apply.