T
The_Indian_Discoverer
OL2003 gives a different set of events, when used in Cached mode, than
the usual lot.
For eg.
When user clicks on Send button in the Meeting UI, in
OL2000/OL2002/OL2003(non-cached Mode); Outlook fires Appt_Send Event.
Whereas in OL2003 with cached mode, instead the Appt_Write event is
fired first, and then Appt_Send event is fired, in the above scenario.
Why this discrepancy ?
Is there any way that i can bypass Write Event first and accurately
follow the Appt_Sent event.
I simply cannot ignore Appt_Write event totally, since i have some
other logic in the same Appt_Write Event; but i need to ignore the
first occurrence of this Appt_Save Event.
the usual lot.
For eg.
When user clicks on Send button in the Meeting UI, in
OL2000/OL2002/OL2003(non-cached Mode); Outlook fires Appt_Send Event.
Whereas in OL2003 with cached mode, instead the Appt_Write event is
fired first, and then Appt_Send event is fired, in the above scenario.
Why this discrepancy ?
Is there any way that i can bypass Write Event first and accurately
follow the Appt_Sent event.
I simply cannot ignore Appt_Write event totally, since i have some
other logic in the same Appt_Write Event; but i need to ignore the
first occurrence of this Appt_Save Event.