SmtpSendingMessageEventArgsSendIt Property
Gets or sets whether this message will be sent.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
public bool SendIt { get; set; }

Property Value

Type: Boolean
If true, the message will be sent; otherwise, it will be ignored. The default value is true.
See Also