Class DocxMailMergeIssue
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Docx.dll
Something wrong with a mail-merge template.
public sealed class DocxMailMergeIssue
- Inheritance
-
DocxMailMergeIssue
- Inherited Members
Properties
Kind
Which kind of problem this is.
public DocxMailMergeIssueKind Kind { get; }
Property Value
Message
What is wrong, in the underlying library's words.
public string Message { get; }
Property Value
Name
The field the issue concerns. Empty when the issue names none.
public string Name { get; }