| INotifyHandlerMaintain | Notification handlers may implement this interface to initialize themselves after all associated properties are loaded, and clean up before being unloaded. |
| INotify | Loads and manages notifications and notification handlers. |
| INotifyEmail | Handles notifications by sending an email through SMTP. |
| INotifyHandler | Notification handlers must implement this interface and have an entry in the notify policy config file. |
| INotifyEmail2 | Handles notifications by sending an email through SMTP with Authentication |
| INotifyEmail3 | Handles notifications by sending an email through SMTP with Authentication |
| INotifyEmail4 | Encypts the data being sent in the mail through selected encryption type |
| INotifyLog | Handles notifications by appending an entry to a log file. |
| INotifySysEvent | Handles notifications by adding an entry in the system's application event log (Event Viewer) |
| INotifyApp | INotifyApp Interface |
| INotifySerialized | Notification handlers may implement this interface to receive notifications with untranslated, serialized results instead of translated messages. |
| INotifySNMPTrap | Handles SNMP Traps to be sent on notificaations |
| _INotifyConnPtEvents | _INotifyConnPtEvents Interface |
| INotifyConnPt | INotifyConnPt Interface |