如何阅读用户填写的字段(收件人,密件抄送,抄送,正文,附件,...)以使用 VS 2010 在 Outlook 中撰写新电子邮件?
我使用 C# 在 Outlook 中添加了一个新按钮新消息框
我希望当用户单击按钮时读取自定义按钮的此代码字段:
但是messageBox中没有显示什么。
Outlook.MailItem 项;item = (Outlook.MailItem)Globals.ThisAddIn.Application.ActiveInspector().CurrentItem; System.Windows.Forms.MessageBox.Show(item.To);
![我的问题][1] 谢谢
[1]: http: //i.stack.imgur.com/7mY9G.jpg “我的问题”