MailMerge Properties |
The MailMerge type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CleanupOptions |
Gets or sets a set of flags that specify what items should be removed during mail merge.
|
![]() ![]() | CleanupParagraphsWithPunctuationMarks |
Gets or sets a value indicating whether paragraphs with punctuation marks are considered as empty
and should be removed if the RemoveEmptyParagraphs option is specified.
|
![]() ![]() | FieldMergingCallback |
Occurs during mail merge when a mail merge field is encountered in the document.
|
![]() ![]() | MailMergeCallback |
Allows to handle particular events during mail merge.
|
![]() ![]() | MappedDataFields |
Returns a collection that represents mapped data fields for the mail merge operation.
|
![]() ![]() | MergeDuplicateRegions |
Gets or sets a value indicating whether all of the document mail merge regions with the name of a data source
should be merged while executing of a mail merge with regions against the data source or just the first one.
|
![]() ![]() | MergeWholeDocument |
Gets or sets a value indicating whether fields in whole document is updated while executing of a mail merge with regions.
|
![]() ![]() | PreserveUnusedTags |
Gets or sets a value indicating whether the unused "mustache" tags should be preserved.
|
![]() ![]() | RegionEndTag |
Gets or sets a mail merge region end tag.
|
![]() ![]() | RegionStartTag |
Gets or sets a mail merge region start tag.
|
![]() ![]() | TrimWhitespaces |
Gets or sets a value indicating whether trailing and leading whitespaces are trimmed from mail merge values.
|
![]() ![]() | UnconditionalMergeFieldsAndRegions |
Gets or sets a value indicating whether merge fields and merge regions are merged regardless of the parent IF field's condition.
|
![]() ![]() | UseNonMergeFields |
When true, specifies that in addition to MERGEFIELD fields, mail merge is performed into some other types of fields and
also into "{{fieldName}}" tags.
|
![]() ![]() | UseWholeParagraphAsRegion |
Gets or sets a value indicating whether whole paragraph with TableStart or TableEnd field
or particular range between TableStart and TableEnd fields should be included into mail merge region.
|