J
Jeff Mowatt
Is there a way to prevent code associated with an Outlook form from
executing when I read it in a collection, or to bypass such items.
Here's my problem. I'm only interested in the items which are recurrences of
the appointment item I have just stored by using Item.Save in my custom
OL2000 form.
I can't restrict the collection to those items because it's not allowable,
so I must read many more appointments, some of which have their own custom
forms and associated code.
I can see from those that have been created by unpublished forms, that
Outlook will attempt to execute the code as any item is read whih must make
my own code unpredictable to say the least.
Maybe there's a trick I'm missing? Outlook custom forms are proving to be
rather exasperating when one encounters methods with restrictions that
aren't mentioned in what Microsoft publishes on-line. Where does this
information come from other than these newsgroups I wonder?
Knowledge Base Article - 201101 describes what appears to be a solution to
my problem but I can see that it won't work because it assumes that no
appointments other than my recurrences exist within a calendar.
Can anyone suggest another approach?
TIA
Jeff Mowatt
EntryID is not allowable in a Restrict or Sort clause.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
executing when I read it in a collection, or to bypass such items.
Here's my problem. I'm only interested in the items which are recurrences of
the appointment item I have just stored by using Item.Save in my custom
OL2000 form.
I can't restrict the collection to those items because it's not allowable,
so I must read many more appointments, some of which have their own custom
forms and associated code.
I can see from those that have been created by unpublished forms, that
Outlook will attempt to execute the code as any item is read whih must make
my own code unpredictable to say the least.
Maybe there's a trick I'm missing? Outlook custom forms are proving to be
rather exasperating when one encounters methods with restrictions that
aren't mentioned in what Microsoft publishes on-line. Where does this
information come from other than these newsgroups I wonder?
Knowledge Base Article - 201101 describes what appears to be a solution to
my problem but I can see that it won't work because it assumes that no
appointments other than my recurrences exist within a calendar.
Can anyone suggest another approach?
TIA
Jeff Mowatt
EntryID is not allowable in a Restrict or Sort clause.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers