Redemption - MailItem.To property

  • Thread starter Thread starter Martin Los
  • Start date Start date
M

Martin Los

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

TIA

Martin
 
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
 
Back
Top