MailMergeReset Method
Resets the merged message.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Reset()
Remarks

This method sets MergedMessage property to a null reference (Nothing in Visual Basic). In fact, this method reverts the merged message back to the template.

After you finished merging a portion of actual values with a template and sending the resulting message, call this method if you need to proceed with creating another message based on the same template.

Examples
The example is available in MailMerge topic.
See Also