SmtpFinishingJobEventArgsJob Property
Gets the job which is about to be finished.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public SendMailJob Job { get; }

Property Value

Type: SendMailJob
A 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