How to use Redemption?

A

Ammar Al-Jamri

To overcome the problem of getting the security warning
message, I decided to use Outlook Redemption.
But when I tried to shift some of the original code to use
Redemption objects, I couldn't find a way to send the
whole form (with its all buttons,icons,..etc).
The (Item.send) did not work!

Could anyone write me the code to do this.
 
S

Sue Mosher [MVP]

"Sending" a form should have nothing to do with Redemption (but you'd want to use Redemption's Send method to avoid the security prompt. Where is the form published? How are you creating a new item using your form?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
A

Ammar Al-Jamri

I haven't published it yet on any public folder, i just saved and ran it
on my PC.

I am just directly using the (Item) object, e.g., Item.Send,
Item.To, Item.Action(..), ..etc

I would like to replace this Item with the one of Redemption
so that I don't get the warning message when I use: Item.Send


-----------------------------------
-----------------------------------

From: Sue Mosher [MVP]
Date Posted: 9/2/2003 6:59:00 AM

"Sending" a form should have nothing to do with Redemption (but you'd
want to use Redemption's Send method to avoid the security prompt. Where
is the form published? How are you creating a new item using your form?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP]

The examples on the Redemption site (and the many discussions in this forum and m.p.o.program_vba) should show you how to instantiate a SafeMailItem and use its methods instead.
 

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