insert text into current position of pointer in mailcompose

K

khoick245

hi all. i built a ribbon xml which has a combobox. i want whenever
choice a item in combobox, the label will automatically insert int
current position of pointer in mailcompose. what should i do? thanks
i use c# 2008 and outlook 200
 
S

Sue Mosher [MVP]

Use Inspector.WordEditor to return a Word.Document object, then use Word
methods like Range.InsertAfter to insert the text.
 

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