开发者

Outlook Add-In tutorial? [closed]

开发者 https://www.devze.com 2022-12-12 07:12 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Imp开发者_如何转开发rove this question

Does anyone know of a good example for getting started with Outlook add-ins using C#?


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:

  • Getting Started (Office Development in Visual Studio)

An example of a Shared Add-in:

  • Creating Custom Task Panes as COM Add-Ins

For comparison:

  • Visual Studio Add-ins Versus Shared Add-ins
  • Shared Add-in vs. VSTO Add-in: What's the difference between/how can I tell if I'm developing?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号