Click here to Skip to main content
15,893,814 members
Home / Discussions / C#
   

C#

 
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 
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 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Troy G14-Feb-04 7:34
Troy G14-Feb-04 7:34 
Blake,

Just my two cents. I had this same problem where I work with a list of over 2 million. The final solution that I implemented was to send all of the emails with a unique identifier in the return address. Like so: member_number@yourdomain.com.

Then when a bounce occurs, the email will come back to our server. I use exchange so I had to write an event sink to parse the email address that was coming in and get the member number from whence it bounced and then update that member's email valid in our database. Not sure if this will work for you depending on your setup.

It was tricky but we have it running perfectly now and we now bounce only 2% of our very large lists. One thing we had to keep in my mind was that there are different types of bounces, hard, soft, etc... Most mail servers will send this information back to you in the "bounce" email header and it is up to you to handle it accordingly. For us, we allow 3 soft bounces or one hard.

Like I said, it was a little tricky but we cut our bounces down DRAMATICALLY. If you are interested in the details and some sample code, just reply here and I will get it to you.

Thanks,
Troy G


GeneralRe: E-mail Validation to clean-up mailing lists Pin
blakeb_116-Feb-04 8:05
blakeb_116-Feb-04 8:05 

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.