OlPermission Enumeration

Indicates the permission restrictions on an Item.

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

Syntax

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

Members

Member name Description
olUnrestricted Item has no permission restrictions.
olDoNotForward Item cannot be forwarded.
olPermissionTemplate 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.

Remarks

Used by the _SharingItem.Permission and _MailItem.Permission properties to specify the permissions that the recipients will have on the item.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace