Click here to Skip to main content
16,015,393 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Dear,
I have developed a vb.net application(project) where i can send mail to destination only click by Button.
But i want to do this work as mail will be sent automatically with a schedule time that user have declared.
How can i do it??.. ..please help me soon.
Very Urgent
Posted
Updated 16-May-10 21:14pm
v2

emonmahmud wrote:
mail will be sent automatically with a schedule time that user have declared


Where you are declaring that time?
You still have to use Timer control for comparing with declared time and if its equal, call mail sending event. :)
 
Share this answer
 
Comments
Emon Mahmud 17-May-10 3:33am    
I have declare date(Please correction: not time) in oracle database by DateTimePicker. Namely RemindTime. Then how can i send mail by comparing this specific date.
Dear,

Why you are not using a timer interval. at any fixed interval you can call the send email event.

Thanks
 
Share this answer
 
Comments
Emon Mahmud 17-May-10 3:15am    
Sorry for that I have improve my question.

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