OlPermissionService Enum
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
C#
public enum OlPermissionService
Public Enum OlPermissionService
- Inheritance
-
OlPermissionService
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. |
See the PermissionService and PermissionService properties.
Product | Versions |
---|---|
Outlook primary interop assembly | Latest |