Disable Outlook form & Collapsing parts of the Outlook form

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

Disable Outlook form & Collapsing parts of the Outlook form
 
IT Support


Guest


Hello,

1) I have created an outlook form which opens to the left of my 'New Mail' window which in turn opens on clicking a ribbon button on the Outlook explorer which works fine as per the requirement.

However, I do not want the form to exist by default on clicking the 'New mail' in general but only on the click of the ribbon button allotted to it. How do i hide the form in such a case?

2) Is it possible to collapse/un-collapse different parts of the form on clicking on headers in the form of labels or some other control?


Thank you
Posted 20 Apr, 2017 07:59:32 Top
Andrei Smolin


Add-in Express team


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

#1. You can set ADXOlForm.Visible=false in the ADXOlForm.ADXBeforeFormShow event.
#2. You can create a control (e.g. a button) on the form and use it to modify the visibility, position etc. of other controls.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Apr, 2017 08:09:31 Top