No subpane please... Add the form into an item form

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

No subpane please... Add the form into an item form
 
Francois Alain




Posts: 1
Joined: 2007-03-20
Hello,
How can I get my custom .NET form extension right into an item form like the first screen shot at http://www.add-in-express.com/outlook-extension/. I don't want it in a 'subpane'.

Thank you!
Posted 20 Mar, 2007 23:02:00 Top
Fedor Shihantsov


Guest


Hello Francois,

Add ADX Outlook Folder Form to your project by the "Add New Item" dialog.
Add ADXOlFormsCollectionItem to ADXOlFormsManager.
Set the following properties:
ADXOlFormsCollectionItem.InspectorItemTypes = Mail
ADXOlFormsCollectionItem.InspectorLayout = RightSubpane
ADXOlFormsCollectionItem.FormClassName = [Namespace].[the ADXOlForm class]

See the example: http://www.add-in-express.com/projects/adx-x-ol-3-right_inspector_form.zip

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 21 Mar, 2007 02:51:34 Top