SmtpMessageMXLookupDoneEventArgs Properties

The SmtpMessageMXLookupDoneEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFailedDomains
Gets the list of domains MX lookup failed for.
Public propertyIntendedDomains
Gets the list of domains of the message recipients.
Public propertyMailMessage
Gets the mail message which is being 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 propertySuccessfulDomains
Gets the list of domains MX lookup succeeded for.
Top
See Also