Accessing Outlook forms, from other forms?

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

Accessing Outlook forms, from other forms?
 
JTV77


Guest


I have two Outlook forms (ADXOlForm) that are contained within ADXOlFormsCollectionItem in the designer generated code.

We can see that the form class name is stored within the

this.adxOlFormsCollectionItem1.FormClassName property

but is there any way to get a reference to the ADXOlForm created? We've tried the GetForm() and GetCurrentForm() but am not sure as to what to pass to these, or if these are the right methods to call?
Posted 28 Dec, 2011 07:28:45 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello,

Please check the section "Form Region Instancing" in the manual, see {Add-in Express}\Docs\adxnet.pdf on your PC.


Andrei Smolin
Add-in Express Team Leader
Posted 29 Dec, 2011 06:16:02 Top