Is there any way I can access the mouse events in Outlook 2007? I know you can access the mouse events for a custom form region. However I would like to access the mouse events of an inspector. Thanks
A:
There are no Mouse events on th inspector but they may be another event that would help you ? What are you trying trap from a user point of view?
76mel
2009-08-10 10:41:56
A:
I would like to capture a mouse click event inside a readingpane. is there a way of doing this?
Sush
not via the OOM you probally can do this via winapi
76mel
2010-02-02 13:34:54
A:
I want access to portion of mail-text selected by mouse. To my add-in i wish to use this selected text for forwarding it only instead of whole mail text. Thanks
Abhishek Vikash
2010-02-01 06:32:46
I think you can only do this if you are using the word editor looking at its Selection objectTake a look at the Inspector.WordEditor property.
76mel
2010-02-02 13:34:00