Home > 一些老文章 > Outlook 2007 Views from Programmers’ Perspective

Outlook 2007 Views from Programmers’ Perspective

In this post, I’d like to talk about certain basics for Outlook 2007 starter programmers. Outlook 2007 is shipped with enhanced programmability in various ways. Looking at Outlook Object Model Reference, new users are often confused by terms such as view, reading pane, inspector, Ribbon, etc. Below two pictures illustrate often used view terms here.

blank_page

Outlook.Application is typical start point for accessing most of objects. Most common ways of customizing Outlook are as followings:

  • Add a new toolbar in command bars [Sample]
  • Add a new Form Region in reading pane and inspector. Even, you can also replace the whole form. [Sample]
  • Add new functionalities to Ribbon. [Sample]
  • Add a new column in the table view. [Check my blog post here.]
Categories: 一些老文章
  1. No comments yet.
  1. No trackbacks yet.