How to create a custom e-mail alert alert handler in MOSS
A new article from the Microsoft Knowledge Base:
How to create a custom e-mail alert alert handler in MOSS
This method creates a class that inherits from the IAlertNotificationHandler interface and that uses the OnNotification method. This method enables you to intercept the outgoing e-mail alerts and modify them. You can access most of the properties of the alert. By using XML parsing and SharePoint object model code, you can extract all the information that you must have to modify the e-mail alert. Then, you can build the HTML stub to display the e-mail alert based on your requirements. Also, you can send the e-mail alert by using SharePoint’s SendMail functionality.
View the full article...
Looks interesting!
P.S. The strange thing is that it's published as KB article and not in the MSDN. Can anyone explain why?
Dor Rotman.