SmtpMessageSenderSubmittedEventArgs Properties

The SmtpMessageSenderSubmittedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyMailMessage
Gets the mail message which is being sent.
Public propertySenderEmail
Gets the e-mail address of the sender of the mail message.
Public propertyState
Gets a reference to the object which was supplied by the developer in state parameter of asynchronous methods of the mailer components.
(Inherited from CommonEventArgs.)
Top
See Also