MailMessageMerge Property
Gets the MailMerge object which can be used to perform mail merge using the current e-mail message as a template.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MailMerge Merge { get; }

Property Value

Type: MailMerge
A MailMerge object which can be used to perform mail merge of the given MailMessage object (acting as a template) with actual data.
Remarks
If you need to perform mail merge over database, it's easier to use Smtp.SendMailMerge method.
Examples
The example is available in MailMerge topic.
See Also