M Martin Los Jul 30, 2004 #1 How do I get the ".To" property of a MailItem when I have Redemption isntalled? TIA Martin
D Dmitry Streblechenko \(MVP\) Jul 30, 2004 #2 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
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