使用WordEditor插入文本后如何设置电子邮件的焦点?

时间:2016-08-30 15:33:08

标签: c# vsto outlook-addin

我正在开发Outlook添加。 我有任务窗格和按钮。点击按钮我在电子邮件中插入了一些文字:

 var wordDocument = Application.ActiveInspector().WordEditor as Document;
 wordDocument.Application.Selection.TypeText("Some text");

之后,电子邮件失去了焦点。我怎样才能回归焦点?

0 个答案:

没有答案