Outlook Add-In tutorial? [closed]

笑着哭i 提交于 2019-11-28 19:19:18
Brij

There are two ways to create such an add-in in VS 2008:

  1. Managed Add-in (File > New Project > Office > Outlook 2007 Add-in)
  2. Shared Add-in (File > New Project > Other Project Types > EXtensibility > Shared Add-in)

For Managed Add-in:

An example of a Shared Add-in:

For comparison:

MSDN blog article here.

Kindness,

Dan

I recommend the "How Do I" videos on MSDN:

How do I... (Outlook 2013 developer reference)

Forms (Outlook How Do I)

Also - get to know the Outlook Object Model
And the difference between Explorer and Inspector windows.

Along with the other articles, posted, you'll be up and running in no time at all.

I also recommend taking a look at Addin Express.

They have a toolset that

  1. offers more features than out-of-the-box Visual Studio, and
  2. reduces the amount of required code (i.e. makes it easier).

Here is an overview of the Add-in Express features for Outlook.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!