VC++, ATL Plugin question

G

Guest

Here is my problem.
I am developing a plugin using VC++ 6.0, ATL COM.
I want to capture entire email message before it is shown
in the view pane. Could you please tell me how to do this?
Thanks a lot.
 
G

Guest

I have bare minimum plugin dll code.
This has OnStartupComplete, OnConnection.
Now what do I do to capture the email message?
Like when I select an email in Inbox, the message
is shown in the view pane. Now I want to capture
this message before it is shown in the view pane.
Could you please help?
--
Purushotham


Dmitry Streblechenko said:
Lokk at the Application.ActiveExplorer.SelectionChange event.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
D

Dmitry Streblechenko

What exactly are you trying to do? You want to capture the message and do
what with it?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

Purukom said:
I have bare minimum plugin dll code.
This has OnStartupComplete, OnConnection.
Now what do I do to capture the email message?
Like when I select an email in Inbox, the message
is shown in the view pane. Now I want to capture
this message before it is shown in the view pane.
Could you please help?
 
D

Dmitry Streblechenko

You can't do that without making a permanent change. Why not modify the
message before it is even selected?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

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