开发 Outlook Add-in(二)

Visual Studio Community 2013 内置了 git 支持
参考 http://www.cnblogs.com/TianFang/archive/2013/09/29/3345038.html 很容易就上手

因为 https://bitbucket.org 免费支持私有项目,于是没有用 github

这一阶段主要是在调试 CustomTaskPane
总算明白 VSTO(Visual Studio Tools for Office) 大约相当于一个抽象了 Office Add-in COM 的高级 SDK
比如 CustomTaskPane 就是对 ICustomTaskPaneConsumer 的一个封装

CTP 这个东西应该是从 Outlook 2007 才开始提供,2003 之前是没有的

有牛人在 Outlook 2003 的时代就利用 subclasswindow 生生的挖出一个窗口:http://www.codeproject.com/Articles/27262/Additional-custom-panel-in-Microsoft-Outlook?msg=3491734#xx3491734xx

Add-in Express 则提供了一个收费版本的开发包:Regions for Outlook&VSTO,https://www.add-in-express.com/outlook-regions/index.php

一直没有调出 Xobni 的效果,传说 Xobni 也是用了 subclasswindow.