_MailItem.PermissionService Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlPermissionService PermissionService { Microsoft::Office::Interop::Outlook::OlPermissionService get(); void set(Microsoft::Office::Interop::Outlook::OlPermissionService value); };
public Microsoft.Office.Interop.Outlook.OlPermissionService PermissionService { get; set; }
Public Property PermissionService As OlPermissionService

Property Value

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 2007 Microsoft Office system or a later version, you must have Microsoft Office Professional Edition 2003, Microsoft Office Outlook 2007, or a later version of Outlook to create or send an e-mail that is protected by IRM.

Applies to