S
Steffen Grellmann
Hi newsgroup,
I'm trying to change this code for use with redemption. How do I have
to change the code to get it working?
MsgBox ActiveInspector.CurrentItem.To
Sue Mosher has been so kind to post the following but I'm not sure how
I have to declare the object variable for that message named objMsg:
objMsg.Save
Set rMsg = CreateObject("Redemption.SafeMailItem")
rMsg.Item = objMsg
For Each recip in rMsg.Recipients
MsgBox recip.Name & vbCrLf & recip.Address & vbCrLf & recip.To
Next
Kind regards,
Steffen
I'm trying to change this code for use with redemption. How do I have
to change the code to get it working?
MsgBox ActiveInspector.CurrentItem.To
Sue Mosher has been so kind to post the following but I'm not sure how
I have to declare the object variable for that message named objMsg:
objMsg.Save
Set rMsg = CreateObject("Redemption.SafeMailItem")
rMsg.Item = objMsg
For Each recip in rMsg.Recipients
MsgBox recip.Name & vbCrLf & recip.Address & vbCrLf & recip.To
Next
Kind regards,
Steffen