Hooking into Outlook

A

AIForst

I am trying to write a plugin to Outlook2007 in VC++ .... I have been able to
hook in to the Outlook.exe process and get the hwnd object to the window
containing the mail(the window with class name _WwG)

I wanted to know how I can read the text in a Mail using VC++ and then be
able to change the text in the Mail dynamically.
 
A

AIForst

Further Inforamation ::: The Hooking is done using CBTHooking .... Once I get
the handle to the window having class _WwG, how do i get the text present in
the Window .... The code is being written in VC++.
Also What are the document type used to render the WordMail in Outlook2007??
 

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