SmtpMessageDirectSendDoneEventArgs Properties

The SmtpMessageDirectSendDoneEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyActualSenderEmail
Gets the e-mail address of the actual sender of the message.
Public propertyFailedRecipients
Gets the list of recipients the message was not delivered to.
Public propertyIntendedRecipients
Gets the list of recipients the message is addressed to.
Public propertyMailMessage
Gets the mail message which was sent.
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.)
Public propertySuccessfulRecipients
Gets the list of recipients the message was successfully delivered to.
Top
See Also