Skip to main content
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:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

multiple names entry found

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

Recent contacts and doc.send proble... (~Delores Cisfre... 2.Sep.07)
. . Ah, I just found a (draft) technote... (~Delores Cisfre... 2.Sep.07)
. . Stop after first match = not a solu... (~Umberto Kigero... 5.Sep.07)
. . . . Solution you suggested (~Wei Opagengon 4.Oct.07)
. . . . . . multiple names entry found (~Martha Dwogero... 3.Jul.08)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS