SmtpSendingMessageEventArgsSendIt Property |
Gets or sets whether this message will be sent.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool SendIt { get; set; }
Public Property SendIt As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, the message will be sent; otherwise, it will be ignored. The default value is
true.
See Also