email verification

  • Thread starter Thread starter timp
  • Start date Start date
T

timp

Is there a way to programmatically check that an email
address is valid using OL's own email resolution?

thanks in advance
 
You can check that an email address is properly formed but not that it
is a valid email address that will actually go to someone. The
Recipients collection of an item has a ResolveAll method and each
Recipient object has a Resolve method and a Resolved property.
 
Ken

thanks - that's what I was looking for.

-----Original Message-----
You can check that an email address is properly formed but not that it
is a valid email address that will actually go to someone. The
Recipients collection of an item has a ResolveAll method and each
Recipient object has a Resolve method and a Resolved property.







.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top