Aspose::Words::MailMerging namespace

The Aspose.Words.MailMerging namespace contains classes of the “original” mail merge reporting engine.

Classes

ClassDescription
FieldMergingArgsProvides data for the MergeField event. To learn more, visit the Mail Merge and Reporting documentation article.
FieldMergingArgsBaseBase class for FieldMergingArgs and ImageFieldMergingArgs. To learn more, visit the Mail Merge and Reporting documentation article.
ImageFieldMergingArgsProvides data for the ImageFieldMerging() event. To learn more, visit the Mail Merge and Reporting documentation article.
MailMergeRepresents the mail merge functionality. To learn more, visit the Mail Merge and Reporting documentation article.
MailMergeRegionInfoContains information about a mail merge region. To learn more, visit the Mail Merge and Reporting documentation article.
MappedDataFieldCollectionAllows to automatically map between names of fields in your data source and names of mail merge fields in the document. To learn more, visit the Mail Merge and Reporting documentation article.
MustacheTagRepresents “mustache” tag.

Interfaces

InterfaceDescription
IFieldMergingCallbackImplement this interface if you want to control how data is inserted into merge fields during a mail merge operation.
IMailMergeCallbackImplement this interface if you want to receive notifications while mail merge is performed.
IMailMergeDataSourceImplement this interface to allow mail merge from a custom data source, such as a list of objects. Master-detail data is also supported.
IMailMergeDataSourceRootImplement this interface to allow mail merge from a custom data source with master-detail data.

Enums

EnumDescription
MailMergeCleanupOptionsSpecifies options that determine what items are removed during mail merge.