Just replace the argument for the CreateRecipient Method with a fully qualified email address (of the recipient)
Set objRecipient = objNameSpace.CreateRecipient ("abc @ company.com")
I had faced a similar issue and this did the trick for me !
Raguram
Last edited by Raguram : November 9th 12 at 07:37 PM.
Reason: code snippet not displayed properly
|