SmtpJobsFailed Property
Gets the list of e-mail tasks failed during processing.

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

Property Value

Type: SendMailJobCollection
The list of jobs failed during processing.
Remarks

During jobs processing, the developer can examine this collection to early detect problems with sending e-mails (or submitting them into the pickup folder). Or, the developer can also examine this collection after the processing has been finished, to check the results of the mailing.

To put failed jobs back into the task list for processing, the developer can use RetryFailedJobs method.

See Also