简体   繁体   中英

Developing Outlook plugin with Visual C# 2008 Express?

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

您只需要安装Office Interop程序集并引用它们。那么您应该很高兴。

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

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 ie 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM