OlPermission Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the permission restrictions on an Item.
public enum class OlPermission
public enum OlPermission
Public Enum OlPermission
- Inheritance
-
OlPermission
Fields
Name | Value | Description |
---|---|---|
olUnrestricted | 0 | Item has no permission restrictions. |
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 PermissionService and PermissionService properties. |
Remarks
Used by the Permission and Permission properties to specify the permissions that the recipients will have on the item.