SmtpMergingMessageEventArgsMergeIt Property |
Gets or sets whether the current data row will be merged with the mail template.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool MergeIt { get; set; }
Public Property MergeIt As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, the data row designated by
MergeRowIndex will be merged
with the mail template and the resulting message will be sent out or submitted to the pickup folder;
otherwise, this data row will be skipped so that no e-mail message for this data row will be sent or
submitted to the pickup folder. The default value is
true.
See Also