I have an application that uses the DevExpress XtraScheduler technology, that onLoad does a synchronization with the application calendar and my local MS outlook on my desktop. The application works great however I was wondering if a user DOES NOT have MS outlook on their machines and the application loads for the first time on that specific user’s desktop that doesn’t have MS outlook a few nasty errors could (or should) occur I would imagine.
In your opinion how could one a actually provide a check or error handling to cater for a scenario like this – informing the user that no MS outlook has been detected?
Thank you in advance and kind regards
geoNeo
PS- I am using VS 2010, programming in C#
See this page of the documentation.
http://documentation.devexpress.com/#WindowsForms/CustomDocument3937
In particular, the
OutlookExchangeHelperclass should give you everything you need.