Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: Best Practice: Internet Connection? Pin
Nick Parker14-Feb-04 9:29
protectorNick Parker14-Feb-04 9:29 
GeneralRe: Best Practice: Internet Connection? Pin
Troy G14-Feb-04 12:46
Troy G14-Feb-04 12:46 
Generalsomething wrong with my ADO.net Pin
ASGill14-Feb-04 2:53
ASGill14-Feb-04 2:53 
GeneralRe: something wrong with my ADO.net Pin
Mazdak14-Feb-04 4:05
Mazdak14-Feb-04 4:05 
GeneralReadFile error Pin
Member 57829113-Feb-04 21:30
Member 57829113-Feb-04 21:30 
GeneralRe: ReadFile error Pin
Heath Stewart14-Feb-04 9:17
protectorHeath Stewart14-Feb-04 9:17 
GeneralReadFile error Pin
Lots13-Feb-04 21:30
Lots13-Feb-04 21:30 
GeneralCreating identical tabs Pin
noahfields13-Feb-04 19:06
noahfields13-Feb-04 19:06 
GeneralRe: Creating identical tabs Pin
Heath Stewart13-Feb-04 20:15
protectorHeath Stewart13-Feb-04 20:15 
GeneralRe: Creating identical tabs Pin
noahfields14-Feb-04 11:49
noahfields14-Feb-04 11:49 
GeneralRe: Creating identical tabs Pin
noahfields14-Feb-04 14:31
noahfields14-Feb-04 14:31 
QuestionInput Box and Label Null Value? Pin
Eric Houser13-Feb-04 18:09
Eric Houser13-Feb-04 18:09 
AnswerRe: Input Box and Label Null Value? Pin
Mazdak13-Feb-04 19:17
Mazdak13-Feb-04 19:17 
GeneralRe: Input Box and Label Null Value? Pin
Heath Stewart13-Feb-04 20:12
protectorHeath Stewart13-Feb-04 20:12 
GeneralRe: Input Box and Label Null Value? Pin
Mazdak13-Feb-04 20:18
Mazdak13-Feb-04 20:18 
GeneralA child-parent problem... Pin
cemlouis13-Feb-04 13:26
cemlouis13-Feb-04 13:26 
GeneralRe: A child-parent problem... Pin
Bill Dean13-Feb-04 15:39
Bill Dean13-Feb-04 15:39 
GeneralRe: A child-parent problem... Pin
Kentamanos13-Feb-04 15:55
Kentamanos13-Feb-04 15:55 
GeneralRe: A child-parent problem... Pin
cemlouis14-Feb-04 2:08
cemlouis14-Feb-04 2:08 
GeneralE-mail Validation to clean-up mailing lists Pin
blakeb_113-Feb-04 11:09
blakeb_113-Feb-04 11:09 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Kentamanos13-Feb-04 12:00
Kentamanos13-Feb-04 12:00 
I did this for a large email list, and in the end, it was mostly a waste of time. You can forget getting anything from AOL. When I tried it, hotmail and msn actually did verify the addresses. I'm not sure if that's still true.

You end up creating a fairly complicated program to handle all of the conditions (couldn't find the MX record, couldn't connect to any of the given MX's, try again later? how many times?).

You'll get so many false positives (SMTP servers that say "sure, I'll send email to fred@... when fred doesn't exist). Depending on your connection, you'll also run into servers that won't even allow you to connect ("you're on a cable modem? you have no business trying to relay mail...").

Don't get me wrong, it's a pretty fun project. Just don't expect to get too much valuable information from it Smile | :) .



I, for one, do not think the problem was that the band was down. I think that the problem may have been that there was a Stonehenge monument on the stage that was in danger of being crushed by a dwarf.

-David St. Hubbins
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Heath Stewart13-Feb-04 12:48
protectorHeath Stewart13-Feb-04 12:48 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Kentamanos13-Feb-04 13:11
Kentamanos13-Feb-04 13:11 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
blakeb_116-Feb-04 11:18
blakeb_116-Feb-04 11:18 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Heath Stewart16-Feb-04 11:34
protectorHeath Stewart16-Feb-04 11:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.