Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

Outlook.OlFormRegistry.md

File metadata and controls

31 lines (22 loc) · 1.11 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlFormRegistry enumeration (Outlook)
vbaol11.chm3060
vbaol11.chm3060
Outlook.OlFormRegistry
2d1076ae-0984-da03-a7ec-f083dc9d9e46
06/08/2017
medium

OlFormRegistry enumeration (Outlook)

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.

[!includeSupport and feedback]