insert text into current position of pointer in mailcompose

  • Thread starter Thread starter khoick245
  • Start date Start date
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
 
Use Inspector.WordEditor to return a Word.Document object, then use Word
methods like Range.InsertAfter to insert the text.
 
Back
Top