Reference to ADX Module from ADXOutlookForm?

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

Reference to ADX Module from ADXOutlookForm?
 
Son Nguyen




Posts: 55
Joined: 2007-03-28
I need to add to add an item to AdxOlFormsCollectionItem1.FolderNames in my ADX Module from an ADXOutlookForm.

Is this possible?

Thanks,
Son
Posted 02 Apr, 2007 13:09:54 Top
Son Nguyen




Posts: 55
Joined: 2007-03-28
Nevermind, I figured it out.

CurrentInstance object !

Thanks.
Posted 02 Apr, 2007 13:12:32 Top
Fedor Shihantsov


Guest


ADXOlForm has the AddinModule property.
You can use this property by the following way:
(this.AddinModule as [Namespace].AddinModule).AdxOlFormsCollectionItem1
Posted 03 Apr, 2007 03:09:03 Top