OlFormRegistry Enumeration
Outlook Developer Reference |
Indicates the form registry (library) where the Form is stored.
Name | Value | Description |
---|---|---|
olDefaultRegistry | 0 | The Form is registered in the user's default form registry. |
olFolderRegistry | 3 | The Form is registered in a form registry specific to a particular folder, and can only be accessed from that folder. |
olOrganizationRegistry | 4 | The Form is registered in the organizational form registry. The form is available to all users. |
olPersonalRegistry | 2 | The Form is registered in the user's personal registry and is only accessible to that user. |
Remarks
Used as a parameter to the FormDescription.PublishForm method to specify the form registry (library) in which to register the Form.