Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These properties appear on message form objects.
| Constant | Description | Data type | Property ID | Property Tag |
|---|---|---|---|---|
| PR_FORM_VERSION | Contains the version of a form. | PT_TSTRING | 0x3301 | 0x3301001F |
| PR_FORM_VERSION_W | Contains the version of a form. UNICODE compilation. | PT_UNICODE | 0x3301 | 0x3301001F |
| PR_FORM_VERSION_A | Contains the version of a form. Non-UNICODE compilation. | PT_STRING8 | 0x3301 | 0x3301001E |
| PR_FORM_CLSID | Contains the 128-bit OLE globally unique identifier (GUID) of a form. | PT_CLSID | 0x3302 | 0x33020048 |
| PR_FORM_CONTACT_NAME | Contains the name of a contact for information concerning a form. | PT_TSTRING | 0x3303 | 0x3303001F |
| PR_FORM_CONTACT_NAME_W | Contains the name of a contact for information concerning a form. UNICODE compilation. | PT_UNICODE | 0x3303 | 0x3303001F |
| PR_FORM_CONTACT_NAME_A | Contains the name of a contact for information concerning a form. Non-UNICODE compilation. | PT_STRING8 | 0x3303 | 0x3303001E |
| PR_FORM_CATEGORY | Contains the category of a form. | PT_TSTRING | 0x3304 | 0x3304001F |
| PR_FORM_CATEGORY_W | Contains the category of a form. UNICODE compilation. | PT_UNICODE | 0x3304 | 0x3304001F |
| PR_FORM_CATEGORY_A | Contains the category of a form. Non-UNICODE compilation. | PT_STRING8 | 0x3304 | 0x3304001E |
| PR_FORM_CATEGORY_SUB | Contains the subcategory of a form, as defined by a client application. | PT_TSTRING | 0x3305 | 0x3305001F |
| PR_FORM_CATEGORY_SUB_W | Contains the subcategory of a form, as defined by a client application. UNICODE compilation. | PT_UNICODE | 0x3305 | 0x3305001F |
| PR_FORM_CATEGORY_SUB_A | Contains the subcategory of a form, as defined by a client application. Non-UNICODE compilation. | PT_STRING8 | 0x3305 | 0x3305001E |
| PR_FORM_HOST_MAP | Contains a host map of available forms. | PT_MV_LONG | 0x3306 | 0x33061003 |
| PR_FORM_HIDDEN | Contains TRUE if a form is to be suppressed from display by compose menus and dialog boxes. | PT_BOOLEAN | 0x3307 | 0x3307000B |
| PR_FORM_DESIGNER_NAME | Contains the display name for the object used to design the form. | PT_TSTRING | 0x3308 | 0x3308001F |
| PR_FORM_DESIGNER_NAME_W | Contains the display name for the object used to design the form. UNICODE compilation. | PT_UNICODE | 0x3308 | 0x3308001F |
| PR_FORM_DESIGNER_NAME_A | Contains the display name for the object used to design the form. Non-UNICODE compilation. | PT_STRING8 | 0x3308 | 0x3308001E |
| PR_FORM_DESIGNER_GUID | Contains the unique identifier for the object used to design a form. | PT_CLSID | 0x3309 | 0x33090048 |
| PR_FORM_MESSAGE_BEHAVIOR | Contains TRUE if a message should be composed in the current folder. | PT_LONG | 0x330A | 0x330A0003 |
See Also
Send Feedback on this topic to the authors