current cursor position in the reply event

K

Ken Slovak - [MVP - Outlook]

Always post your Outlook version.

If this is Outlook 2007 all emails use WordMail. Inspector.WordEditor is a
Word.Document object. You'd use the Word object model to find the cursor
position.

For earlier versions if WordMail is being used you'd use the same method. If
it's an HTML email you'd get the Inspector.HTMLEditor object which is an
IHTMLDocument object, then you'd use the methods of that object. For Plain
Text it's not exposed unless you use a 3rd party library such as Redemption
(www.dimastr.com/redemption).
 

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