Office Outlook 2007 add-in 开发

1. 打开VS2005.Net,New Project-->Other Project Types--> Extensibility--> Shared Add-in.

2.引用Micorsoft Outlook Object 12.0 library

3. 其它问题可以参考, http://www.cnblogs.com/dudu/articles/3891.html

4.如何获取用户当前选中的邮件呢?

 

Code

 

 5.如何显示邮件内容呢?

    this.webBrowser1.Navigate("about:blank");
    this.webBrowser1.Document.Write(mail.HTMLBody);

 

 

posted @ 2008-10-08 15:32  jackzhang  阅读(506)  评论(0编辑  收藏  举报