Click or drag to resize

EmailNotifier Properties

The EmailNotifier type exposes the following members.

Properties
  Name Description
Public property Domain Gets the AppDomain in which the Adapter is executing.
(Inherited from Adapter)
Public property EmailRecipients Gets or sets the email addresses (comma or semicolon delimited) where the email messages are to be sent.
Public property EmailSender Gets or sets the email address to be used for sending the email messages.
Public property EmailServer Gets or sets the SMTP server to use for sending the email messages.
Public property Enabled Gets or sets a boolean value that indicates whether the Adapter is currently enabled.
(Inherited from Adapter)
Public property HostFile Gets or sets the path to the file where the Adapter is housed.
(Inherited from Adapter)
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from Adapter)
Public property MemoryUsage Gets the memory utilization of the Adapter in bytes if executing in a separate AppDomain, otherwise NaN.
(Inherited from Adapter)
Public property Name Gets the unique identifier of the Adapter.
(Inherited from Adapter)
Public property NotifyOptions Gets or set NotificationTypes that can be processed by the notifier.
(Inherited from NotifierBase)
Public property NotifyTimeout Gets or sets the number of seconds to wait for Notify(String, String, String, NotificationTypes) to complete.
(Inherited from NotifierBase)
Public property PersistSettings Gets or sets a boolean value that indicates whether Adapter settings are to be saved to the config file.
(Inherited from Adapter)
Public property ProcessorUsage Gets the % processor utilization of the Adapter if executing in a separate AppDomain otherwise NaN.
(Inherited from Adapter)
Public property SettingsCategory Gets or sets the category under which Adapter settings are to be saved to the config file if the PersistSettings property is set to true.
(Inherited from Adapter)
Public property Status Gets the descriptive status of the Adapter.
(Inherited from Adapter)
Public property TypeName Gets or sets the text representation of the Adapter's TypeName.
(Inherited from Adapter)
Top
See Also