Hello,
I have a custom form that I published in the organization library.
(I'm working with exchange).
It is based on Appointments.
There is code behind the form : it communicates with a servlet when
some form events are fired.
The form works fine when I use it with my mailbox, the code works fine
too.
Then, in outlook, I open another user folder that uses the custom form
too.
I create a new Item, the custom form appears, but when I make some
changes on the form, the code behind doesn't execute ! I don't know
why ! It works on my account !!
Is this a security problem ?
I don't think my form is a one-off form, because it works fine with my
account.
Plus, if I store the item, the messageclass is the custom form one,
and not the appointments default one.
can someone help me ?
Sorry for my poor english :)
Thanks
Sue Mosher [MVP-Outlook] - 28 Nov 2004 17:01 GMT
Outlook 2003 and Outlook 2002 SP3 include a new setting -- turned off by
default -- to allow forms in shared mailboxes to run script. You can change
the setting by choosing Tools | Options | Other | Advanced Options and
checking the box for "Allow script in shared folders." See
http://www.slipstick.com/dev/ol2003problems.htm#mailboxscript for more
information on this setting and the comparable setting (on by default) for
forms in public folders.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello,
>
[quoted text clipped - 26 lines]
>
> Thanks