Share via


OlPermission Enumeration

Outlook Developer Reference

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 and MailItem.Permission properties to specify the permissions that the recipients will have on the item.