2

How can I change the Email sent when a document in the out of the box document approval workflow is overdue.

The email I get is something like


Task assigned to Name here on 7/13/2009 is overdue. Due by 7/3/2009 Please approve document1 From: Someone Sent: Monday, July 13, 2009 9:50 AM
To complete this task: 1. Review Document. 2. Perform the specific activities required for this task. 3. Use the Edit this task button to mark the task as completed.


how can I change that? for example the "due by" be highlighted in red.

4

1 回答 1

1

这里有一些关于自定义警报模板的信息:

http://blogs.msdn.com/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx

使用 INotificationEventHandler 的更多详细信息:

http://blogs.msdn.com/sharepointdeveloperdocs/archive/2007/12/14/how-to-customizing-alert-emails-using-ialertnotificationhandler.aspx

我认为警报模板名称是 SPAlertTemplateType.Tasks

于 2009-08-03T10:45:59.177 回答