SmtpMessageSubmittedToPickupFolderEventArgsMailMessage Property
Gets the mail message which was submitted to IIS SMTP queue (pickup folder).

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

Property Value

Type: MailMessage
A reference to the MailMessage object representing the mail message just queued.
See Also