CC in Redemption

T

tguenther

How do I get the CC values from an Outlook Item without the E-mail
security warning displaying. I have a custom mail message form and can
get the subject, body without the warning and then I create a Mail
Item using Outlook Redemption to deliver the emails without the
Warning message.
 
R

Rainer Schwenkreis

Hello,


How do I get the CC values from an Outlook Item without the E-mail
security warning displaying. I have a custom mail message form and can

You can encapsulte the Outlook.Item in a rRedemtion Item.

Create a SafeMailItem Object and assign the Item Property.

e.g.

Dim objSafeMail As Redemtion.SafeMailItem
Dim objOutlookMail As ??

Set objSafeMail = New Redemtion.SafeMailItem
Set objSafeMail.Item = objOutlookMail
get the subject, body without the warning and then I create a Mail
Item using Outlook Redemption to deliver the emails without the
Warning message.

Greetings.

P.S. don't talk too much about redemtion in MS Newsgroups or they will
disable
the use of redemtion also :)
 
K

Ken Slovak - [MVP - Outlook]

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