SmtpFinishingJobEventArgs Properties

The SmtpFinishingJobEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyIsSuccessful
Gets if the job was completed successfully.
Public propertyJob
Gets the job which is about to be finished.
Public propertyKeepIt
Gets or sets whether to put this job in the collections of finished jobs.
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