OlPermissionService 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.
Specifies the permission service used when sending an Information Rights Management (IRM) protected MailItem object.
public enum class OlPermissionService
public enum OlPermissionService
Public Enum OlPermissionService
- Inheritance
-
OlPermissionService
Fields
Name | Value | Description |
---|---|---|
olUnknown | 0 | Permission service is unknown. |
olWindows | 1 | Microsoft Windows permissions will be used. |
olPassport | 2 | Microsoft Passport Network permissions will be used. |
Remarks
See the PermissionService and PermissionService properties.