Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys,

ive made an windows service project to check the validation of email lists.
it looks like this:

C#
startJob.Connect("THE SERVER I NEED", 25);
startJob.Authenticate("xx.xxx");
startJob.MailFrom(String.Format("ss.sss{0}@hotmail.com", this._emailExtension));
var response = startJob.RcptTo(item.EmailAddress);
startJob.Quit()


My problem is that i need to get 'for an example @hotmail.com' the MX server to send to for hotmail.com.

Can someone help me.. i don t find a clear / easy example

best regards
Posted
Updated 12-Dec-13 0:28am
v2

1 solution

Have a read of this code project article C# .NET DNS query component[^]
 
Share this answer
 
Comments
Member 10014427 12-Dec-13 7:14am    
Yeah i ve.
But its kinda unclear. I mean theres an extern reference but it doesn t say where i can get it.
is it even actual .. does it have a support .. whats about the license .. do you need to pay for it .. and its not in nuget at least i can t find it
Member 10014427 12-Dec-13 8:10am    
okay got it :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900