Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

Outlook.OlPermission.md

File metadata and controls

30 lines (21 loc) · 1.13 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlPermission enumeration (Outlook)
vbaol11.chm3101
vbaol11.chm3101
Outlook.OlPermission
11126d37-33da-53f7-f5b6-ea8603998651
06/08/2017
medium

OlPermission enumeration (Outlook)

Indicates the permission restrictions on an Item.

Name Value Description
olDoNotForward 1 Item cannot be forwarded.
olPermissionTemplate 2 Outlook will use an Information Rights Management (IRM) template to determine the access and usage permissions for the item. See MailItem.PermissionService and SharingItem.PermissionService properties.
olUnrestricted 0 Item has no permission restrictions.

Remarks

Used by the SharingItem.Permission property (Outlook) and MailItem.Permission property (Outlook) to specify the permissions that the recipients will have on the item.

[!includeSupport and feedback]