Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Everyone,
This is My Question i want to send email to some people at certain time on daily basis .
I knw i can Achive this By Using Mail Asp and Task Scheduler .But the Complexcity is here .It Should Get the Latest Data From Database in the Excel format and Then Send those Excel to some fixed ids at certain time on daily basis .How do i achive this Plz Help .
Posted

1 solution

You should take a look at the timer c\lass
http://msdn.microsoft.com/en-us/library/system.timers.timer.aspx[^]

I am assuming that your program runs all the time. A list of different Timers are given in this MSDN article:
http://msdn.microsoft.com/en-us/magazine/cc164015.aspx[^]
 
Share this answer
 
v2
Comments
RAKESH CHAUBEY 15-Aug-12 14:31pm    
Thats Fine But Question is The Database.I mean I have a Database where the Records are there .I want that Data as an Attachement and to be send by timer . Using Windows Application . Is there any way i can write a procedure to run some quert at some timeand save in my C Folder in excel and After few mins a automated mail will be sent . Could U Try to Visualize this way and say something about this .How to achive

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900