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.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MailMerge Merge { get; }
Public ReadOnly Property Merge As MailMerge
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 See Also