Outlook 2007 Beta 2 - COM notifications not obtained

W

win_cpp

Hi,

I am trying to receive notifications from outlook message store on the
COM interfaces. In Outlook 2003, I could connect sinks to the message
stores and recieve folder / message notifications such as
fnevObjectCreated etc.

However when I tried same functionality with Outlook 2007 Beta 2, I
noticed that although the sinks are connected to the respective objects
in Outlook, no notifications are received from Outlook. It seems that
the OnNotify method on IMAPIAdviseSink interface does not provide any
notifications to the client application.

Has the COM interface been broken or changed by MS? Please comment or
guide me to appropriate links where I can get some resolution for the
same.

Thanks in advance.

Regards,
Mandar
 
P

Patrick Schmid [MVP]

W

win_cpp

Hi Patrick,

I had Beta 2 initially. I have upgraded it to B2TR now. Still I am not
able to receive any notifications from Outlook.

I had not mentioned in the last mail that , in Beta2 as well as B2TR, I
do get notifications related to Message Store Table changes (add PST
etc). However there are no notifications from the individual PSTs on
receipt / delete / modification of any message.

I have checked that the Advise method returns S_OK when connecting
sinks with the message store table and individual message stores
(PSTs).

Is there any change in the OpenMsgStore method for improved security
purpose? Any pointers / links to some documentation would be of immense
help.

Thanks in advance.

Regards,
Mandar
Are you using Beta 2 or B2TR? If just Beta 2, you should get B2TR (see
the link in my signature).

Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
Office 2007 Beta 2 Technical Refresh (B2TR):
http://pschmid.net/blog/2006/09/18/43
***
Customize Office 2007: http://pschmid.net/office2007/customize
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed

Hi,

I am trying to receive notifications from outlook message store on the
COM interfaces. In Outlook 2003, I could connect sinks to the message
stores and recieve folder / message notifications such as
fnevObjectCreated etc.

However when I tried same functionality with Outlook 2007 Beta 2, I
noticed that although the sinks are connected to the respective objects
in Outlook, no notifications are received from Outlook. It seems that
the OnNotify method on IMAPIAdviseSink interface does not provide any
notifications to the client application.

Has the COM interface been broken or changed by MS? Please comment or
guide me to appropriate links where I can get some resolution for the
same.

Thanks in advance.

Regards,
Mandar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top