Article ID: 193285 - Last Review: August 25, 2005 - Revision: 3.6 AddToPAB.exe Add Sender of Incoming Message to the PABThis article was previously published under Q193285 On This PageSUMMARY AddToPAB.exe is a self-extracting archive that contains a
custom rule extension sample written with Microsoft Visual C++ 5.0 for use with
Microsoft Outlook 98. AddToPAB is a custom action .dll file for use with the Outlook 98's Rules Wizard. When a message that meets the conditions for your Inbox rule arrives, AddToPAB obtains the sender information from the message and creates a new entry in your Personal Address Book (PAB) using Extended Messaging Application Programming Interface (MAPI). If you want to create custom actions for use with Outlook 98's Rules Wizard, then this sample will help you get started. It also gives you a working example of using the Exchange extension interfaces from Visual C++. MORE INFORMATIONThe
following file is available for download from the Microsoft Download
Center: Collapse this image ![]()
AddToPAB.DLL - Custom Action Extension DLL
AddToPAB.reg - Custom Action registration file
crarun.cpp - main extension source file
crarun.def - definition file
crarun.dsp - Microsoft Visual C++ 5.0 project file
crarun.dsw - Microsoft Visual C++ 5.0 workspace file
crarun.h - main extension header file
entry.cpp - Microsoft Exchange extension source file
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base: 119591
(http://support.microsoft.com/kb/119591/EN-US/
)
How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most
current virus-detection software that was available on the date that the file
was posted. The file is stored on security-enhanced servers that help to
prevent any unauthorized changes to the file.
Installing and Configuring the Sample
You can use the Microsoft Visual C++ 5.0 project and source code as a template for other custom actions. | Article Translations
|
Back to the top

