R
rusty
Hi,
I'm trying to automate the processing of Outlook calendar meeting replies
using an server-side solution -- an Exchange event sink. I'm running into
problems when clients use outlook in 'cached exchange mode'.
The event sink processes meeting replies for the meeting owner: it applies
the response to the meeting (updates the 'tracking tab') then deletes the
calendar message if it's an acceptance or tentative. We've chosen to manage
the messages at the server side using cdoex and exoledb embedded within a
synchronous event sink rather than deploy this at the client side (outlook).
Everything worked well until we started to use Outlook in 'Cached Exchange
Mode'. When end users update meetings, or change a single occurrence of a
recurring meeting, they often see an Outlook Sync Issues "Conflicts".
message on the meeting ... "You made changes to another copy of this item.
This is the most recent version...."
We've tried playing with the timing of the event sink, eg wait 30 seconds
(until the Outlook has sync'd with exchange.). This resolves the conflict
some of the time, so it's not really a good solution.
How can I resolve this issue (turning off cached exchange mode is not an
option)??
I'm not sure where best to post this request...If this is not the correct
place, please direct me to another newsgroup or recommend a place where I
can research this issue ....
Thanks in advance for your perspective!
-Russ
I'm trying to automate the processing of Outlook calendar meeting replies
using an server-side solution -- an Exchange event sink. I'm running into
problems when clients use outlook in 'cached exchange mode'.
The event sink processes meeting replies for the meeting owner: it applies
the response to the meeting (updates the 'tracking tab') then deletes the
calendar message if it's an acceptance or tentative. We've chosen to manage
the messages at the server side using cdoex and exoledb embedded within a
synchronous event sink rather than deploy this at the client side (outlook).
Everything worked well until we started to use Outlook in 'Cached Exchange
Mode'. When end users update meetings, or change a single occurrence of a
recurring meeting, they often see an Outlook Sync Issues "Conflicts".
message on the meeting ... "You made changes to another copy of this item.
This is the most recent version...."
We've tried playing with the timing of the event sink, eg wait 30 seconds
(until the Outlook has sync'd with exchange.). This resolves the conflict
some of the time, so it's not really a good solution.
How can I resolve this issue (turning off cached exchange mode is not an
option)??
I'm not sure where best to post this request...If this is not the correct
place, please direct me to another newsgroup or recommend a place where I
can research this issue ....
Thanks in advance for your perspective!
-Russ