WebViewPane

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

WebViewPane
 
jperciot




Posts: 29
Joined: 2015-09-10
Hi,

I use a new AdxOlFormsManager in which i created an item with "WebViewPane" in ExplorerLayout.
I put a specific folder name in Forlder Name.

But when i execute my code, ALL folders have this web view activated. Not only the folder Name i've chosen.
I put "Personal Folders\Aeolus AddIn Dashboards" in FolderName property.

ExplorerItemTypes is Mail;Appointment;Contact;Task;Journal;Note;Post;DistributionList
ExplorerLayout is WebViewPane

No ExplorerMessageClass nor ExplorerMessageClasses
Posted 14 Sep, 2015 08:56:17 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello J?r?me,

This occurs because you've specified ExplorerItemTypes is Mail. To show the form for that folder only, leave only the FolderName property filled with data. This is because the context-specific properties of the ADXOlFormsCollectionItem are treated using OR, not AND.


Andrei Smolin
Add-in Express Team Leader
Posted 15 Sep, 2015 06:51:18 Top
jperciot




Posts: 29
Joined: 2015-09-10
Thank you.

It works. I forgot also one thing, as far as the folder was on my webmail account, the folder name name was to be set to :
\\EMAIL_ADDRESS\Aeolus Addin Dashboards

Regards
Posted 15 Sep, 2015 07:39:07 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 15 Sep, 2015 08:08:00 Top