There are two ways to configure SharePoint alerts:
- By changing the template file that defines the alerts, and
- By creating a class that implements
IAlertNotifyHandler.
Modify Alerttemplates.xml
You can modify the alert templates that SharePoint uses by copying and modifying what is found in . Alerttemplates.xml <12 hive folder>\Template\XML
SharePoint, :
STSADM -o updatealerttemplates -url <site URL> -filename <path to your modified file>
.
IAlertNotifyHandler
, .
, IAlertNotifyHandler OnNotification.
. :