Table of Contents

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

DocxMailMergeIssueKind

Message

What is wrong, in the underlying library's words.

public string Message { get; }

Property Value

string

Name

The field the issue concerns. Empty when the issue names none.

public string Name { get; }

Property Value

string