OlFormRegistry Enumeration

Indicates the form registry (library) where the Form is stored.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlFormRegistry
'Usage
Dim instance As OlFormRegistry
public enum OlFormRegistry

Members

Member name Description
olDefaultRegistry The Form is registered in the user's default form registry.
olPersonalRegistry The Form is registered in the user's personal registry and is only accessible to that user.
olFolderRegistry The Form is registered in a form registry specific to a particular folder, and can only be accessed from that folder.
olOrganizationRegistry The Form is registered in the organizational form registry. The form is available to all users.

Remarks

Used as a parameter to the FormDescription.PublishForm method to specify the form registry (library) in which to register the Form.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace