OL97: ShowFormPage/HideFormPage Changes Form's Message ClassLast reviewed: March 2, 1998Article ID: Q174276 |
The information in this article applies to:
SYMPTOMSIf you use the ShowFormPage or HideFormPage methods of the Microsoft Outlook object model with a custom form, the Message Class field of the form will revert back to the default message class.
STATUSThis behavior is by design.
MORE INFORMATIONThe ShowFormPage and HideFormPage methods can be used to display or hide one or more of a custom form's pages, such as "General" and "Details," on a contact form. These methods are typically used in Microsoft Visual Basic Scripting Edition (VBScript) to create "dynamic" forms that change based on some criteria. Because these commands change the layout of the form, Outlook creates a one-off item and therefore the message class reverts back to the default message class for that type of item. For more information about one-off forms, please see the following article in the Microsoft Knowledge Base:
Article-ID: Q176567 Title : OL97: Working with Form Definitions and One-Off FormsAn item's message class indicates which form is associated with that particular item. For example, the message class of the default Outlook contact form is IPM.Contact, and the message class of a custom form based on the Contact form is IPM.Contact.<Form Name>. For more information about message classes, please see the following article in the Microsoft Knowledge Base:
Article-ID: Q170301 Title : OL97: How to Update Existing Items to Use a New Custom Form Steps to Reproduce Problem
REFERENCESFor more information about creating solutions with Microsoft Outlook 97, please see the following articles in the Microsoft Knowledge Base:
Article-ID: Q166368 Title : OL97: How to Get Help Programming with Outlook Article-ID: Q170783 Title : OL97: Q&A: Questions about Customizing or Programming Outlook |
Additional query words: OutSol OutSol97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |