snippets to remind myself of how things work (or not)
Outlook.Inspector inspector = Globals.ThisAddIn.Application.ActiveInspector();if (inspector.CurrentItem is Outlook.MailItem){ Outlook.MailItem om = (Outlook.MailItem)inspector.CurrentItem; om.Subject = "TESTING!";}
No comments:
Post a Comment