ImapServerStatusEventArgs Properties

The ImapServerStatusEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDetails
Gets the response body.
Public propertyHumanReadable
Gets the human readable part of the status response.
Public propertyIsAlert
Gets whether the status response is "[ALERT]" response.
Public propertyOptionalData
Gets the contents of the optional response code of the response.
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 propertyStatusID
Gets the status string of the current response.
Top
See Also