RE: IMAPITable::Advise on MAPI folder selection

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I also found that Outlook queries for an unknown interface with IID
{02813F9B-751C-4F59-8C7D-D93842DB05E0} on the IMAPITable. If I return our
MAPITable pointer(stupid thing to do) for this request the Advise method is
being called, ofcourse it crashes big time after this.

Any idea what this interface is? or why this is happening.

Thanks in advance.

-Mahesh

"Mahesh" wrote:

Hello,

As part of MAPI Provider wrapped around MSPST.
We have wrapped the IMAPITable returned by PST provider in
IMAPIFolder::GetContentstable and on IMAPITable::Advise call on this table
pointer we determine that particular folder has been selected. This works
fine with OL2K but is not working in OL2K3 and OL2K7 ( I remember that this
was working fine few months ago with OL2K3) i.e IMAPTable::Advise is not
being called. I am not sure why it is not being called?

I also observed that the IMAPITable pointer is being released completely
(i.e counter is zero and object is getting deleted).

Thanks in advance,
Mahesh

.