SendMailJobIsMessageSent Property
Gets if the message was successfully sent or submitted to the pickup folder.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool IsMessageSent { get; }

Property Value

Type: Boolean
true if the message was successfully sent (for methods such as SendJobs) or submitted to the pickup folder (for methods such as SubmitJobsToPickupFolder(String, Boolean)).
See Also