GemBox.Document.MailMerging Namespace
Contains types specific to mail merging - a process of importing data from various data sources into the document.
Classes
FieldMappingDictionary | Represents a dictionary that is used in MailMerge when Fields and data source columns have different names. |
FieldMergingEventArgs | Provides data for the FieldMerging event. |
MailMerge | Represents a class that is used for mail merging - an operation by which DocumentModel may work in conjunction with data from an external data source, importing this data into a DocumentModel according to a set of codes contained in DocumentModel known as Fields. |
MailMergeContext | Represents the mail merge execution context. |
Interfaces
IMailMergeDataSource | Represents a mail merge data source. By adapting your custom data source to implement this interface, you can use it as a data source in mail merging. |
Enums
MailMergeClearOptions | Mail merge options used to specify if unused fields or empty ranges or empty paragraphs should be removed in the mail merge process. |