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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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