Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: OneHumpPosted on 2003-11-06 at 09:04:57ID: 9695217
We should probably snip out the code that is giving you trouble. Here it is:
e")
library/de fault.asp? url=/libra ry/ en-us/w ss/wss/_cd o_iaddress ee_checkna me.asp
Set iAddr = createobject("CDO.Addresse
iAddr.EmailAddress = UserName & "@" & DomainName
iAddr.CheckName ("LDAP://" & ServerName)
What exactly are you trying to do? Did you populate the sample values with legitimate data?
Here is a link for the checkname method:
http://msdn.microsoft.com/
Seems to me that the error may be data related, but even if you do get it to work, you'll want to put it into a conditional loop and evaluate the result.
OneHump