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.







.
 
Back
Top