SmtpSubmittingMessageToPickupFolderEventArgsSubmitIt Property |
Gets or sets whether this message will be submitted to MailBee.NET Queue or IIS SMTP pickup folder.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool SubmitIt { get; set; }
Public Property SubmitIt As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, the message will be submitted to the pickup folder; otherwise, it will be ignored. The default value is
true.
See Also