Hi All,
I have Infragistics v7.2, i wanted to know if there is a way to synchronize my appoinyments on WebScheduleInfo with my outlook.
If its not possible to synchronize appointments atlest send an email reminders.
Please let me know if there is a way to achieve the above.
Thanks in advance.
I recently posted about interfacing WebSchedule with Microsoft Exchange in the following thread:http://forums.infragistics.com/forums/t/30572.aspx
As for email reminders, you can create a Windows service that sends out email reminders based on data in a WebSchedule database. The following article from our online help documentation of NetAdvantage for .NET 2009 Volume 1 has more information on setting this up (there should be a similar article in the installed help of NetAdvantage for .NET 2007 Volume 2):Creating a New Reminder E-Mail Windows Service Project in Visual Studio 2005
Hi Vince,
Thanks for your prompt response. But I didnt get how to bind the WebScheduleInfo to the windows service. Like for E.g If an appointement is scheduled on 25/8/2009 on my WebScheduleInfo then how do i send a mail to the desired person with details of that appointment ?