Hi,
I created a custom form to display user defined fields in appointment items.
It works fine. This new form is defined as default appointment class (IPM.appointment.myForm).
When I add an appointment, the window is displayed with this form, even when somebody adds an appointment thru my shared calendar ! Great !
But... we use a special application which writes directly in Exchange Server (why not ?).
Unfortunately, when I open the appointments created by it, my custom form is not used. Of course, I can change it. But, if this application updates again the appointment, the custom form class is lost...
As I'm not sure I'll be able to get this problem fixed by the editor, I must find a solution on my side.
My question is not why this application does not respect my custom form, but how I can get around it...
If the messageClass property is not set correctly, I would like to update it, but, "just before" the window is displayed.
I have tried to update it thru a button launching a VBA macro once the window is displayed. But the window is not "refreshed" : my change is not taken into account until I reopen the window.
How can I do ?
Thanks
I created a custom form to display user defined fields in appointment items.
It works fine. This new form is defined as default appointment class (IPM.appointment.myForm).
When I add an appointment, the window is displayed with this form, even when somebody adds an appointment thru my shared calendar ! Great !
But... we use a special application which writes directly in Exchange Server (why not ?).
Unfortunately, when I open the appointments created by it, my custom form is not used. Of course, I can change it. But, if this application updates again the appointment, the custom form class is lost...
As I'm not sure I'll be able to get this problem fixed by the editor, I must find a solution on my side.
My question is not why this application does not respect my custom form, but how I can get around it...
If the messageClass property is not set correctly, I would like to update it, but, "just before" the window is displayed.
I have tried to update it thru a button launching a VBA macro once the window is displayed. But the window is not "refreshed" : my change is not taken into account until I reopen the window.
How can I do ?
Thanks