SmtpMergingMessageEventArgsMergeIt Property
Gets or sets whether the current data row will be merged with the mail template.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool MergeIt { get; set; }

Property Value

Type: Boolean
If 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