Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Everybody,

In my Application have a panel for reminder with Date and Time Settings.
In which have the facility to create more then one Reminder.

Once the Mobile Time is equal to Reminder time then the mail was drop to the user.

So How can i perform this operation by using timer or other.



Thanks
Posted
Comments
Rajesh Anuhya 8-Jun-12 0:34am    
Question is not clear, What is mobile time??
--RA
[no name] 8-Jun-12 0:41am    
I am Developing application for the Mobile so the Time of Mobile (System.Datetime.Now)

1 solution

As per need of time condition, send an email. AFAIK, you can use Timer control. For reminder kind of thing, you might think of scheduling it or use a windows service.

Have a look at this tip for sending an email in C#: Sending an Email in C# with or without attachments: generic routine.[^]
 
Share this answer
 
Comments
[no name] 8-Jun-12 1:16am    
Thanks for reply

My Reminders Records are in Database and by your suggestion Every minute i need to open the connection and find the record.

It is some havy process for the mobile application.

Do you have some another idea.

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