email verification

T

timp

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

thanks in advance
 
K

Ken Slovak - [MVP - Outlook]

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.
 
G

Guest

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.







.
 
Top