If I remember correctly, the following article on CodeProject.com covers this
exact thing:
http://www.codeproject.com/aspnet/Valid_Email_Addresses.asp

Signature
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
> I have been asked to do the following:
>
[quoted text clipped - 4 lines]
>
> Can anyone suggest a resource for doing the SMTP checking?
hedbonker@gmail.com - 28 Jul 2006 01:32 GMT
Yes it does, Peter. Now to figure out how to convert that C# to C++ :(
Thank you very much for the response though!
Peter wrote:
> If I remember correctly, the following article on CodeProject.com covers this
> exact thing:
[quoted text clipped - 13 lines]
> >
> > Can anyone suggest a resource for doing the SMTP checking?
Peter Ritchie [C# MVP] - 28 Jul 2006 01:52 GMT
You could simply load the compiled application into Reflector and disassemble
it into C++. http://www.aisto.com/roeder/dotnet/ If you're looking for
C++/CLI there's an add-in for Reflector for that.
http://www.mybadhairday.com/cppclireflector.html
There's also a tool that will convert C# code to C++ and vice versa (or VB).
http://www.tangiblesoftwaresolutions.com/

Signature
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
> Yes it does, Peter. Now to figure out how to convert that C# to C++ :(
>
[quoted text clipped - 18 lines]
> > >
> > > Can anyone suggest a resource for doing the SMTP checking?