Send Template Messages with Mail Merge
This example uses Mail Merge to send emails. Placeholder fields in an email template obtain their values from database records. Mail Merge APIs ship with our Office File API subscription.
Related Controls and APIs:
- CollectionView: VerticalScrollBarVisibility, ItemTemplate
- DXPopup: IsOpen
- DataGridView: GroupRowAppearance, CellAppearance, TemplateColumn, EndSwipeItems, SwipeItemAppearance
- DXImage: TintColor
- RichEditDocumentServer: LoadDocumentAsync, MailMerge
Anatomy
The following diagram illustrates the anatomy of this project:
Implementation Details
Refer to the following GitHub example to see implementation details: