SmtpTransientErrorOccurredEventArgsContinue Property
Gets or sets if MailBee must continue sending attempts with another SMTP server at its disposal.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool Continue { get; set; }

Property Value

Type: Boolean
If 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