SmtpJobsSuccessful Property |
Gets the list of successfully processed e-mail tasks.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic SendMailJobCollection JobsSuccessful { get; }
Public ReadOnly Property JobsSuccessful As SendMailJobCollection
Get
Property Value
Type:
SendMailJobCollectionThe 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