Outlook Issues
This section examines two special issues relating to Outlook development. The first is the Outlook object model security dialog and how to prevent your add-in code from triggering it. The second Outlook-specific issue is a third object model, called Extended MAPI, that can be used in addition to the Outlook object model and the CDO object model. We briefly consider when you might need to resort to using it and how this is typically done.
Outlook Object Model Security
Occasionally as you develop Outlook 2003 add-ins, you might write code that causes the Outlook object model security dialog to display (see Figure 11-11). This dialog was added to prevent the spread of viruses and worms that accessed parts of the Outlook object model such as the address book to spread themselves.
Figure 11-11. The Outlook object model security dialog.
