Form becomes hidden when published to the Personal forms library

  • Thread starter Thread starter dh
  • Start date Start date
D

dh

What are the primary reasons that a form becomes hidden when published to
the personal form library in Outlook. I have a script that publishes an
Outlook custom template and when we publish the template, we also have to go
into the form manager in Outlook and unhide the form before the user can use
it. (we also normally clear the cache, because even though I believe that
even hidden, the form when called should come up)
Thanks!
DH
 
Usually a form is hidden because the design checked the "use form only for
replies" box on the (Properties) page.
 
Can you explain this a little more. This is a custom form that needs to be
used this way.
Any way to programatically un-hide it?
Thanks!
DH
 
You could change value for the FormDescription.Hidden property and then
republish the form. But it sounds like you want to keep it hidden ("form
that needs to be used this way"). I'm confused about your intentions for
this form.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top