
August 16th, 2006, 04:31 AM
|
Registered User
|
|
Join Date: Aug 2006
Posts: 1
Time spent in forums: 17 m 3 sec
Reputation Power: 0
|
|
Redemption Code
I created a custom form in Outlook 2000. I put some code to make some automation. One is the Item.Recipients.ResolveAll which trigger the security warning. Someone advised me to use redemption code.
Code:
Item.Save
SafeMail = CreateObject("Redemption.SafeMailItem")
SafeMail.Item = Item
SafeMail.Recipients.ResolveAll
But this code resulted to an "Operation failed" error message. I believe this is due to the delay on the resolution of name when the Automatic name checking is set. Can anyone advise me of the code to use to disable this auto name checking? Please?!?
|