How can I resolve a recipient without FullName.
I set myContactItem to the ContactItem I want to resolve and after :
VB Code:
Set myRecipient = myApplication.Session.CreateRecipient(myContactItem.CompanyName) Call myRecipient.Resolve 'This returns false
I know that myRecipient.Resolve is working with the fullName, but the contactItem don't have one!




Reply With Quote