Click here to Skip to main content
15,883,883 members
Articles / Web Development / ASP.NET

Send scheduled Reminder/Alerts by email in SharePoint

Rate me:
Please Sign up or sign in to vote.
4.87/5 (14 votes)
24 Mar 2009CPOL12 min read 590K   2.1K   67  
Learn how to create a SharePoint Job that queries lists and sends results via email.
<?xml version="1.0" encoding="utf-8" ?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"
  Id="EDFD660D-33BA-4c73-8928-DC855E52D8AC"
  Title="Reminder Settings"
  Description="Displays settings for reminders on the list."
  Scope="WebApplication"
  Hidden="false"         
  Version="1.0.0.0"
  ReceiverAssembly="Mullivan.SharePoint.Reminders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c37a514ec27d3057"
  ReceiverClass="Mullivan.SharePoint.Reminders.RmdFeatureReceiver">
  <ElementManifests>
    <ElementManifest Location="Elements.xml"/>
  </ElementManifests>
</Feature>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions