_SharingItem.PermissionService Property

Sets or returns an OlPermissionService constant that determines the permission service that will be used when sending a SharingItem protected by Information Rights Management (IRM). Read/write.

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

Syntax

'Declaration
Property PermissionService As OlPermissionService
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As OlPermissionService

value = instance.PermissionService

instance.PermissionService = value
OlPermissionService PermissionService { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlPermissionService

Remarks

This property is useful only if you have more than one permission identity for a particular SMTP address.

While you can view content that is protected by IRM on any computer running the 1st_Office12, you must have 1st_Office12Professional, 1st_Outlook12, or Microsoft Office Professional Edition 2003 to create or send an e-mail that is protected by IRM.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace