This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
you can always use this trick, if an ambiguous error is found it will look for the mail domain of the person you are trying to email
Sub YourSub
On Error 4294 goto AmbiguousError
Exit Sub
AmbiguousError:
Set namesdb= session.getdatabase(db.server, "names.nsf")
Set Persondoc= namesdb.getview("($Users)").getdocumentbykey(docmail.SendTo(0))
docMail.SendTo = Persondoc.fullname(0) & "@" & Persondoc.MailDomain(0)
Call docMail.Send(True)
Resume next
End sub
Feedback response number WEBB7G7359 created by ~Martha Dwogerosterings on 07/03/2008