Re: Proceeding in outlook forms customization's code
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Thu, 31 Jul 2008 09:49:46 -0400
Any form code must be only in VBScript, you don't get a choice. The form code can use the Outlook object model, CDO 1.21, or a COM wrapper for Extended MAPI such as Redemption (www.dimastr.com/redemption).
See the forms information at www.outlookcode.com for lots of forms information and code samples.
I'm not sure what you want to get from Exchange, but normally almost all code running in a form would use the Outlook object model unless what you need isn't available from the object model. A lot of that of course would depend on what version of Outlook you're using.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"masani paresh" <masaniparesh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:D6834BA1-7058-4EEE-A47C-5666BFA560C9@xxxxxxxxxxxxxxxx
Hi Friends,
I am new to Outlook customization world. I have designed and publish the
complete form at Tools->Forms->ChooseForm->Calender->ConfRoom by using P.2
tab which have some checkboxes(to select phone, projector, white board etc)
and one list box to display the results and one button "Find Now". My main
purpose is below:
"User will click on the checkboxes as per their requirements followed by
FindNow button. When user click this button it should call a function which
contacts exchange to get the information and display the result in list box."
Could anyone please tell me in which language and how can I write this code
to meet my requirements. Is there any standard way to contact exchange server
for required information.
Thanks in advanced,
Paresh
.
- Prev by Date: Re: Custom Calendar Form not showing up in old appointments
- Previous by thread: #ERROR for a Field
- Index(es):
Loading