SmtpTransientErrorOccurredEventArgsContinue Property |
Gets or sets if MailBee must continue sending attempts with another SMTP server at its disposal.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool Continue { get; set; }
Public Property Continue As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, another server will be retried. If
false, no more sending attempts with other servers will be made. The default value is
true for sends via SMTP relay
and
false for direct sends via DNS MX lookup.
Remarks You can analyze
Reason in more detail to decide whether to keep trying or not.
See Also