D
Don Cox
At my company we are using a custom form to allow users of Outlook to
schedule an appointment in our software. Due to the fact that scheduling
conflicts may occur, there has to be some interaction between the form and
our application server.
So far, we have been using an embedded browser object to do this. However,
since the form needs to get information from the server, and vice versa, and
since the webbrowser object doesn't fire events to say when a page is
loading, this method is kind of unstable.
What would you recommend for a solution? Will a COM add-in allow me to add a
tab to the AppointmentItem to show the scheduling interface users are
familiar with? Any help and suggestions appreciated.
Don
schedule an appointment in our software. Due to the fact that scheduling
conflicts may occur, there has to be some interaction between the form and
our application server.
So far, we have been using an embedded browser object to do this. However,
since the form needs to get information from the server, and vice versa, and
since the webbrowser object doesn't fire events to say when a page is
loading, this method is kind of unstable.
What would you recommend for a solution? Will a COM add-in allow me to add a
tab to the AppointmentItem to show the scheduling interface users are
familiar with? Any help and suggestions appreciated.
Don