Thanks for the quick reply.
My need is I should be able to change the message for each person/Invitees.
Question 1.
For example, if I want to designate parking spot, how to do that?
Hey, let’s have a party on Friday.
Note: Please park your car at parking spot # << mergeField>>.
Question 2.
This code is from the Demo..
DataTable
customers = ExecuteDataTable("SELECT TOP 5 * FROM AsposeWordCustomers WHERE Country = 'USA'");
doc.MailMerge.Execute(customers);
Here, the mail merge fields are Simple MailMerge, how can I add MergeRegion? Also I would like to show some data in tabular formate (TableStart:tbName and TableEnd:tbName).
Please send me a sample code.
Thanks,
Saravanan