Redemption SafeMail's SaveAs generates the security popup

U

Unknown

I open a profile for another user on my PC. The
following code generates the security popup in both
Redemption and MS Outlook object. How to by-pass it?
Thanks.

Dim mapiMailItem as Object
Dim safeMailItem as Object
....
Set safeMailItem = CreateObject("Redemption.SafeMailItem")
safeMailItem.Item = mapiMailItem
safeMailItem.SafeAs pathString, 1 ' <-- popup here

....
 
D

Dmitry Streblechenko \(MVP\)

The current version of Redemption does not support RTF (olRTF = 1) format in
SaveAs.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top