Switching from outbox folder to inbox results in panels showing

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

Switching from outbox folder to inbox results in panels showing
 
Reggie




Posts: 12
Joined: 2022-03-22
Hello,

I have some issues with the Add-in Express Regions professional.
when I switch from my Outlook outbox folder to e.g my Inbox folder, my top and right panel are visible. But when I switch between any folder, they stay invisible which is correct.

I tried putting args.ShowForm = false; in my FormsManager:
        private void FormsManager_ADXFolderSwitch(object sender, AddinExpress.OL.FolderSwitchEventArgs args)
        {
            args.ShowForm = false;
        }


Can you tell me why it's possible that my Right and Top panel are visible when I switch from my outbox folder to my inbox folder?


Kind regards,

Reggie
Posted 23 Sep, 2022 08:30:23 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Reggie,

Our guys have confirmed the issue: it looks like that property is simply ignored. I can't predict when the fix will be available. I suggest that you use the AdxOlForm.ADXBeforeFormShow event to handle this scenario meanwhile.

Regards from Poland (CEST),

Andrei Smolin
Add-in Express Team Leader
Posted 27 Sep, 2022 08:44:42 Top