Developing managed Outlook add-ins using the Outlook PIA

The topics in this section describe custom event handling using the Outlook Primary Interop Assembly (PIA) and list a few areas that you should be aware of to avoid common pitfalls when writing managed Outlook add-ins. For more basic information about writing managed applications for Office using PIA, see Office Development in Visual Studio.

In this section

Topic Description
Connecting to custom event handlers Describes the process of defining a callback method and connecting it as a custom event handler for an Outlook object.
Best practices in developing managed Outlook add-ins Recommends practices to avoid some common problems in developing managed Outlook add-ins.

See also