Hello (sorry i'am french :-),
I have an email account on my exchange server. In this account i have one calendar by customer.
I developped an application with infragistics tools ultracalendarinfo etc... and i want to know if it's possible to binding my ultracalendarinfo1 with a specific customer's calendar in my email account on my exchange server.
In this case, i neend't to manage a database or some thing else to store the appointments.
And if i want to create an appointment directly to my exchange server, all of my collegues will receive that appointment on there VB application interface, because it's binding !
It's a bit difficult to explain that in english !
TY
Laurent
may be i have to use conection with exoledb.dll ?
Hello,
In fact, if i want to resume :
I need to load (select) all appoitment in a specific calendar in a exchange server on a specific account.
And add appointments from my application with infragistics ultracalendar controls on this scpecific calendar on an exchange server.
Can you help me ?
MS Outlook supports OLE automation via a bunch of COM interfaces, which makes it possible to access the appointments from an Outlook Calendar. You could then add UltraWinSchedule Appointments to the UltraCalendarInfo.Appointments collection for each one of them. There is an UltraExplorerBar sample that is included with the SDK, 'OutlookExplorer', which uses this approach for emails, so it might be somewhat educational for your purposes.
Thank you for your answer,
But it's works with the MS outlook run on my computer.
Here, i need to create a link with an email account on an exchange server and on a specific calendar.