SmtpSubmittingMessageToPickupFolderEventArgsSubmitIt Property
Gets or sets whether this message will be submitted to MailBee.NET Queue or IIS SMTP pickup folder.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool SubmitIt { get; set; }

Property Value

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