Click or drag to resize

EmailNotifier Events

The EmailNotifier type exposes the following members.

Events
  Name Description
Public event Disposed Occurs when Adapter is disposed.
(Inherited from Adapter)
Public event ExecutionException Occurs when the IAdapter encounters an Exception during execution.
(Inherited from Adapter)
Public event NotificationSendComplete Occurs when a notification has been sent.
(Inherited from NotifierBase)
Public event NotificationSendException Occurs when an Exception is encountered while sending a notification.
(Inherited from NotifierBase)
Public event NotificationSendStart Occurs when a notification is being sent.
(Inherited from NotifierBase)
Public event NotificationSendTimeout Occurs when a timeout is encountered while sending a notification.
(Inherited from NotifierBase)
Public event StatusUpdate Occurs when the Adapter wants to provide a status update.
(Inherited from Adapter)
Top
See Also