G
Guest
Hi,
A couple quick questions (I hope).
I'm in the middle of tracking down some Cached exchange mode issues with our
product. In a nut shell, we place a message in a user's mailbox on the
exchange server. Then try to open the entry with the entryID of the message
on the server, the problem is when in cached mode MAPI tries to open the
entry from the local cached mailbox and OpenEntry returns
MAPI_E_INVALID_ENTRYID since the message does not exist locally.
I found some new flags, one for opening a message store on the server which
should ignore all the cached mailbox stuff. I can't seem to get it to work
even though it looks pretty straight forward in the MS example
(http://support.microsoft.com/default.aspx?scid=kb;en-us;834496). I've also
tried the OpenEntry flag which should by-pass the local store
(MAPI_NO_CACHE). I receive MAPI_E_INVALID_ENTRYID no matter how I open the
message store or entry. I'm wondering if anyone has run into similar issues.
Lastly, is there a way to force a sync programatically between the client
and server?
Thanks for any info,
daveo
A couple quick questions (I hope).
I'm in the middle of tracking down some Cached exchange mode issues with our
product. In a nut shell, we place a message in a user's mailbox on the
exchange server. Then try to open the entry with the entryID of the message
on the server, the problem is when in cached mode MAPI tries to open the
entry from the local cached mailbox and OpenEntry returns
MAPI_E_INVALID_ENTRYID since the message does not exist locally.
I found some new flags, one for opening a message store on the server which
should ignore all the cached mailbox stuff. I can't seem to get it to work
even though it looks pretty straight forward in the MS example
(http://support.microsoft.com/default.aspx?scid=kb;en-us;834496). I've also
tried the OpenEntry flag which should by-pass the local store
(MAPI_NO_CACHE). I receive MAPI_E_INVALID_ENTRYID no matter how I open the
message store or entry. I'm wondering if anyone has run into similar issues.
Lastly, is there a way to force a sync programatically between the client
and server?
Thanks for any info,
daveo