SmtpMessageSubmittedToPickupFolder Event |
Occurs after the current message was saved to MailBee.NET Queue or IIS SMTP pickup folder.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
Remarks
This event can help to keep track of submitting multiple e-mails to the pickup folder (initiated with
SubmitJobsToPickupFolder(String, Boolean) method),
and find out which filename has been assigned to each e-mail's .EML file when it was saved to disk.
Examples
See Also