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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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