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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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