I open .msg file and I need to know the full path or at least filename of the file from OutLook AddIn by c#:
MailItem item = null;
Inspector insp = Application.ActiveInspector();
if (insp != null)
item = (MailItem)insp.CurrentItem;