SmtpFinishingJobEventArgsJob Property |
Gets the job which is about to be finished.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public SendMailJob Job { get; }
Public ReadOnly Property Job As SendMailJob
Get
Property Value
Type:
SendMailJobA reference to the
SendMailJob object representing the finished job of sending an individual e-mail or mail merge series.
Remarks The finished job may be successful or failed. Use IsSuccessful property to check this.
At the moment of this event, Job object has not yet been moved into JobsSuccessful or JobsFailed collections and
retains in JobsRunning. Use KeepIt property to let MailBee know what to do with this job
upon completion.
See Also