WebViewPane - Inbox

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

WebViewPane - Inbox
 
Yaroslav Lisovsky


Guest


Hi.
I have used your sample (switchingwebviewpanevs2005cs.zip) for implement switching form in the plugin. But I have noted that ADXOlForm appears when the folder has FullPath equal "\\Outlook Data File\Inbox" (main folder). But it doesn't appear when I choose folder with FullPath like "\\Personal email\Inbox".
Current version - Version 7.2 Release (build 4055).
ADXOlFormsCollectionItem.ExplorerLayout = WebViewPane.

What can you suggest in this case?
Posted 22 Aug, 2013 13:05:41 Top
Andrei Smolin


Add-in Express team


Posts: 18806
Joined: 2006-05-11
Hello Yaroslav,

I would suggest that you check the FolderPath property of the Folder (or MAPIFOlder) object representing the folder in question. This will show you whether you need to use "\\Personal email\Inbox", "\\Outlook Data File\Inbox" or some other path.

Because such a path may vary, you can set the ADXOlFormsCollectionItem1.FolderName property at run time, in the ADXOlFormsManager1.OnInitialize event.


Andrei Smolin
Add-in Express Team Leader
Posted 23 Aug, 2013 05:15:03 Top
Yaroslav Lisovsky


Guest


Done. Thanks.
Posted 30 Sep, 2013 17:10:59 Top