Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |