My goal is to create an extension for Outlook 2010 to white-list allowed attachments by their file extension and also enable it to "look into" ZIP attachments to check file extensions inside.
I'm very familiar with coding in C# in the Visual Studio IDE, but I've never done an Outlook (or Office) extension before.
So my first question to people who might have tried it -- is it possible to do what I want?
And if yes, can you suggest any resources on how to program such an extension?
PS. I'm coding this specifically for our office set-up, i.e. Windows 7 (client) with Outlook 2010 as email program.