SmtpFinishingJobEventArgsIsSuccessful Property |
Namespace: MailBee.SmtpMail
This property just returns true when ErrorReason of the Job object is not set.
You can use this property to decide whether to destroy the job after this event completes. For instance, keep failed jobs for later reuse with RetryFailedJobs method and remove successful jobs so that they wouldn't occupy memory. See KeepIt property for details.