SmtpJobsSuccessful Property |
Gets the list of successfully processed e-mail tasks.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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