While working on a VSTO add-in for Microsoft Outlook, I came across the need to access the headers of an email, to parse out X-CustomProperty tags that were put in by an application that sent the emails. However, I couldn’t find a Headers property in the Outlook object model, so below is an attempt to […]
Tag Archives: vsto
Get email Headers from an Outlook MailItem
Posted in Technology
Also tagged add-in, csharp, extension method, header, mailitem, outlook
4 Responses
Registry settings to add Uninstall as a shell option for VSTO manifest files
I have been working on some VSTO add-ins and on deploying them, and have something to share that I didn’t find anywhere else. First of all, let me just say that despite certain hurdles, deploying using ClickOnce has been a very pleasant experience. After following some tutorials on making an MSI, we eventually ended up […]