SmtpJobsSuccessful Property
Gets the list of successfully processed e-mail tasks.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public SendMailJobCollection JobsSuccessful { get; }

Property Value

Type: SendMailJobCollection
The list of the jobs that were processed without any errors.
Remarks
The developer can use this property to determine which e-mails have been successfully sent or submitted to the pickup folder.
See Also