SendMailJobIsMessageSent Property |
Gets if the message was successfully sent or submitted to the pickup folder.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool IsMessageSent { get; }
Public ReadOnly Property IsMessageSent As Boolean
Get
Property Value
Type:
Booleantrue 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