help with C++ com Outlook add-in

O

optimist

I'm trying to develop an addin and have much of it working but I want to now
add to it so that I can monitor the user's editing of email messages -
navigating the doc on which interface to use and how to hook events is a
mystery to me. Can someone point me in the right director for finding out
how to know 1. when the user starts a New editor session. 2. Can I get
indication of when they modify the message (even if I have to poll) I don't
need the contents of the message, although the size would be great. 3. When
they Send or otherwise quit the editor session.

I'm currently using the MAPI interface to detect sending and reading of
email, but need to track time spent editing emails.

Much thanks in advance.
 

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