Unfortunately, to modify the interval would require a code change or external storage of the value. Then you have all the other issues about sending additional e-mails if the service is restarted.
I don't like to re-write something that is already written. Since Windows comes with a scheduling system that is pretty good and there are many other full-featured scheduling systems out there, you can get better control by using an existing scheduler and keeping the e-mail sending application simple. ...Glenn On Tue, Oct 7, 2008 at 11:05 AM, CK <[EMAIL PROTECTED]> wrote: > > you can add a timer to the service and set your event on the tick > event of the timer. you can then set the interval to be whatever you > need, however if the service stops and doesn't restart, you won't get > anything. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
