SmtpSendingMessageEventArgsMailMessage Property
Gets the mail message which is about to be sent.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MailMessage MailMessage { get; }

Property Value

Type: MailMessage
A reference to the MailMessage object representing the mail message to be sent.
See Also