SmtpMessageSenderSubmittedEventArgsMailMessage Property
Gets the mail message which is being sent.

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 message which is being sent.
See Also