How to read fields (To,Bcc,CC,Body,attachment,...)filled by user in compose new email in outlook with VS 2010?
I add a new button new message box in outlook with C#
I want when user click the button read the fields this code for the the custome button:
But what is not shown in the messageBox.
Outlook.MailItem item; item = (Outlook.MailItem)Globals.ThisAddIn.Application.ActiveInspector().CurrentItem; System.Windows.Forms.MessageBox.Show(item.To);
![my problems][1] thanks
[1]: http://i.stack.imgur.com/7mY9G.jpg"my problems"