Microsoft KB Archive/180858

From BetaArchive Wiki

Article ID: 180858

Article Last Modified on 1/18/2006



APPLIES TO

  • Microsoft Outlook 98 Standard Edition



This article was previously published under Q180858

SYMPTOMS

If you create a custom Microsoft Outlook 98 form based on the Mail Message form, when you try to set the custom form as the default form for the Inbox, you may receive the following error message:

You cannot create an item of this type in this folder.


CAUSE

The base message class (an internal property) of the custom form does not match the Inbox folder base message class.

RESOLUTION

Microsoft Outlook 2000 and Outlook 2002 allow you to directly change the default mail message form.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

241235 How to globally change the default forms in Outlook by using the Forms Administrator utility


WORKAROUND

Use one of the following approaches to work around this limitation:

  1. Publish the form and then open that specific form when you want to use it. For more information about where to publish the form, click the following article number to view the article in the Microsoft Knowledge Base:

    264118 How to determine where to publish a form

    To publish the form in the Inbox Folder Forms Library, follow these steps:

    1. With the custom form open, on the Tools menu, point to Forms, and then click Publish Form As.
    2. In the Publish Form As dialog box, and from the Look In list, select Inbox.
    3. Type a name for the form using the Display Name field, and then click OK.

      To use the form, on the Actions menu, click New <form name>, where <form name> is the name of the form that you just published.
  2. If you want to programmatically manipulate incoming mail messages, there is no way to have a custom form applied to incoming mail, so you cannot use Visual Basic Scripting Edition (VBScript) code in a custom Outlook form to do this. All mail that is received will have a message class of IPM.Note and will use Outlook's default mail message form. For this scenario, use one of the following approaches:


MORE INFORMATION

To set a default form for a folder, follow these steps:

  1. Using the right mouse button, click the folder, and then click Properties on the shortcut menu.
  2. On the General tab, click the "When posting to this folder, use" list and click to select the form in the list. Or, you can click Forms... in the list and select your form in the Choose Form box.

If the base message class of the custom form and the folder type do not match, you will receive the error message mentioned in the Symptoms section of this article. The base message class of the form and the folder must match before you can set the form as the default form.

The table below lists the folder type and its message class.

   Folder Type        Base Message Class required for default form
   ---------------------------------------------------------------
   Mail Items         IPM.Post
   Task Items         IPM.Task
   Appointment Items  IPM.Appointment
   Contact Items      IPM.Contact
   Journal Items      IPM.Activity
                

When creating a custom form based on the Mail Message form, the base message class is IPM.Note. This base message class is not one of the classes that you can set as default; therefore you cannot set a custom Mail Message form as default for any of these Outlook folders.

For folders other than mail item folders, this is not limiting behavior. If you are designing a custom form for a Task folder, you start with the built-in Task form which has the IPM.Task message class; therefore the base message class is compatible. The only folder type that has this limitation is the Mail Items folder type.

REFERENCES

For more information about creating solutions with Microsoft Outlook 98, please see the following articles in the Microsoft Knowledge Base:

180826 Resources for custom forms and programming in Outlook 98


182349 Questions about custom forms and Outlook solutions



Additional query words: OutSol OutSol98 Can't OL98

Keywords: kberrmsg kbprb KB180858