Redemption - MailItem.To property

M

Martin Los

How do I get the ".To" property of a MailItem when I have
Redemption isntalled?

TIA

Martin
 
D

Dmitry Streblechenko \(MVP\)

set sItem = CreateObject("Redemption.SafeMailItem")
sItem.Item = YourOutlookMailItem
MsgBox sItem.To

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