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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksIf you need to perform mail merge over database, it's easier to use
Smtp.SendMailMerge method.
Examples
See Also