Alert Object
Description
Notifications sent to the user.
Remarks

The Alert object handles alerting users' changes in certain tables, tests, and so on, as configured. Alerts may also be user-defined follow-ups to remind the user regarding the object, sent at a pre-determined date.

Get an Alert object with TDConnection.AlertManager.

See also: The Rule Object

Public Properties
Public Property AlertDateThe date that the alert was generated, based on the database server clock.
Public Property AlertTypeThe type of alert generated: Alert or Follow-up.
Public Property DescriptionThe description of the alert.
Public Property IDThe alert or follow-up ID.
Public Property SubjectA short summary appropriate to be used as subject line of the Alert e-mail.
Public Property UnreadIf true, the alert or follow-up has not yet been read.
See Also