Redemption - Can you access Task Body in Outlook 2003 w/o Security Prompt

R

Ryan

It has been explained to me that in 2003 that reading the body of a
task (and perhaps other items) will generate the outlook security
prompt. Does redemption have the ability to bypass this? Perhaps
using the SafeTaskItem? If someone can help me out I would greatly
appreciate it.

Thanks
 
D

Dmitry Streblechenko \(MVP\)

Try something like

set sItem = CreateObject("Redemption.SafeTaskItem")
sItem.Item = YourExistingOutlookTask
MsgBox sItem.Body

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

Ryan Hubbard

Dmitry man your fast. Thanks for the answer. Ya know I tried that
yesterday and the body was blank. Then it just hit me like a sac of
bricks when you showed me the code. I need to save then task first
before the body is the same. I appreciate the help.



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

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