Adding custom contact information

Add-in Express™ Support Service
That's what is more important than anything else

Adding custom contact information
custom contact info using adx extention 
Shane Berry




Posts: 1
Joined: 2006-08-09
Can I add an outlook form region to the right side of the contact form, so that the user can store custom information about each contact? We have many additional data fields that we maintain per contact and would like to be able to do this in outlook. When the user clicks on a specific contact, then the addin form we create will be populated with this additional data (which we would store in a database). Is this they type of thing that can be done with the adx extension for outlook? I am trying to get a feel for what this can do.
Posted 09 Aug, 2006 17:21:26 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Shane.

Yes, it can be done using the 'ADX Extension for Outlook' product.
You just need to open the Items collection of the ADXOlFormsManager component and set the InspectorItemTypes property to 'Contact' and the 'InspectorLayout' to the 'RightSubpane' value in the ADXOlFormsCollectionItem component.
Posted 11 Aug, 2006 18:19:26 Top