G
Greg Fox
To all,
I see no reference to this problem on the newsgrp, so perhaps it is just my
problem...
Using OL2003 and Redemption 3.4 I had no security warning
on this line before installing WinXP-sp2, but now get it...
Set oEmail = oMSOutlook.CreateItem(olMailItem)
Set oREmail = New Redemption.SafeMailItem
oREmail.Item = oEmail
Set oInspect = oEmail.GetInspector '<-- this now causes addr book
security warning
Set oRInspect = New Redemption.SafeInspector
oRInspect.Item = oInspect
I thought a solution would be to get the inspector from the SafeEmail
object, but I don't see a way to do that.
Thanks,
Greg Fox
I see no reference to this problem on the newsgrp, so perhaps it is just my
problem...
Using OL2003 and Redemption 3.4 I had no security warning
on this line before installing WinXP-sp2, but now get it...
Set oEmail = oMSOutlook.CreateItem(olMailItem)
Set oREmail = New Redemption.SafeMailItem
oREmail.Item = oEmail
Set oInspect = oEmail.GetInspector '<-- this now causes addr book
security warning
Set oRInspect = New Redemption.SafeInspector
oRInspect.Item = oInspect
I thought a solution would be to get the inspector from the SafeEmail
object, but I don't see a way to do that.
Thanks,
Greg Fox