SmtpMessageDirectSendDoneEventArgs Properties |
The SmtpMessageDirectSendDoneEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActualSenderEmail |
Gets the e-mail address of the actual sender of the message.
|
![]() | FailedRecipients |
Gets the list of recipients the message was not delivered to.
|
![]() | IntendedRecipients |
Gets the list of recipients the message is addressed to.
|
![]() | MailMessage |
Gets the mail message which was sent.
|
![]() | State |
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.) |
![]() | SuccessfulRecipients |
Gets the list of recipients the message was successfully delivered to.
|