Outlook2007 - IMAPIAdviseSink broken?

  • Thread starter Thread starter win_cpp
  • Start date Start date
W

win_cpp

Hi,

I have implemented IMAPIAdviseSink interface in a sink class. I
enumerate the PSTs from outlook session and connect one instance of the
sink class with each PST enumerated using IMAPIAdviseSink::Advise
method.

I have noted that Outlook 2003 generates Object notifications (new
mail, deleted mail), and informs the client through the "OnNotify"
method implemented in sink class. However I have noticed that the
message level notifications are not being generated case of Outlook
2007.

Has there been some change in the functionality or I am missing
something? Has this interface been discontinued by Microsoft? Any
information / help is appreciated.

Thanking in advance.

Regards,
Mandar
 
This question should be posted in the
microsoft.public.win32.programmer.messaging group, that's where the Extended
MAPI programmers are.
 
Back
Top