SmtpMessageSubmittedToServerEventArgsMailMessage Property
Gets the mail message which was successfully submitted to the SMTP server.

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 which was successfully submitted to the SMTP server.
See Also