- Subject: Re: Active content that can not be displayed in the Reading Pane?
- Author: Bruno
- Date: 11 Jan 2008
- References:
1
Too bad your book does not cover the add-ins for Outlook.
Sure a RMS-protected document is conveyed by the email, but when using RMS with the standard Outlook form, Outlook is able to display its content immediately without having to click the attachment. It shows fine also in the Reading Pane.
I use the following code to activate RMS from my VBScript code:
Item.Permission = 1 'olDoNotForward
Item.PermissionService = 1 'olWindows
It works, but the received email sees an RMS document attached, that needs to be opened to be displayed. When using the standard form, the content of the mail shows nicely. Why so? if not because of the custom form? might it be because of the VBScript (the so-called "active content"?) do you thing that if I build an add-in with Visual Studio, the RMS-protected email will display nicely?