MailMergeRegionInfo class

MailMergeRegionInfo class

Contains information about a mail merge region. To learn more, visit the Mail Merge and Reporting documentation article.

Properties

NameDescription
end_fieldReturns an end field for the region.
end_mustache_tagReturns an end “mustache” tag for the region.
fieldsReturns a list of child fields.
levelReturns the nesting level for the region.
mustache_tagsReturns a list of child “mustache” tags.
nameReturns the name of region.
parent_regionReturns parent region info (null for top-level region).
regionsReturns a list of child regions.
start_fieldReturns a start field for the region.
start_mustache_tagReturns a start “mustache” tag for the region.

See Also