vote up 3 vote down star

Hello,

I'm looking to experiment with developing an Outlook plugin. I'm using the express edition of Visual Studio, and it seems the Outlook integration feature is missing from the Express edition (intentionally).

Is that indeed the case?

Are there 3rd party libraries that allow connecting to the Outlook model with the Express edition?

Thanks

flag

3 Answers

vote up 2 vote down check

You only need to install the Office Interop Assemblies and reference those.. then you should be good to go.

link|flag
The explanation I was missing was eventually in msdn.microsoft.com/en-us/library/… – Rax Olgud Jul 27 at 13:50
vote up 0 vote down

You can use Add-in-Express. They say that Visual C# .NET 2008 Express is supported. It is however not that cheap (US$ 349).

link|flag
vote up 0 vote down

Have a look at Hacking Outlook The big problem is that OUtlook Express is something that Microsoft really don't want you to extend and the COM interface is far from complete, far from documented and infact definitely not the recommended way to do things. However there isn't a recommended way so the only choice left is to use what you can i.e. the COM interface. So automate the interace you are basically back to old techniques such as using Windows messages and hooking the interface - good luck it isn't easy. PS -- Full Outlook is another matter and is just a matter of creating a standard Office add in.

link|flag
You are referring to Outlook Express, but I'm talking about Microsoft Outlook. Do they have the same COM interfaces? – Rax Olgud Jul 27 at 13:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.