Click here to Skip to main content
15,904,817 members
Home / Discussions / C#
   

C#

 
GeneralDrag and drop between two treeview Pin
teomanx31-Aug-04 9:21
teomanx31-Aug-04 9:21 
GeneralRe: Drag and drop between two treeview Pin
Heath Stewart31-Aug-04 11:49
protectorHeath Stewart31-Aug-04 11:49 
General"see" tag not rendered Pin
Gary Hyslop at home31-Aug-04 9:09
Gary Hyslop at home31-Aug-04 9:09 
GeneralRe: "see" tag not rendered Pin
Heath Stewart31-Aug-04 11:32
protectorHeath Stewart31-Aug-04 11:32 
GeneralNested Tree Nodes At Run Time Pin
MohamedShehab31-Aug-04 8:17
MohamedShehab31-Aug-04 8:17 
GeneralRe: Nested Tree Nodes At Run Time Pin
LongRange.Shooter1-Sep-04 8:08
LongRange.Shooter1-Sep-04 8:08 
GeneralMailMessage headers Pin
simrang31-Aug-04 6:55
simrang31-Aug-04 6:55 
GeneralRe: MailMessage headers Pin
Heath Stewart31-Aug-04 7:14
protectorHeath Stewart31-Aug-04 7:14 
And what code do you have to track bounced emails? This is a function of the SMTP server. Since SmtpMail.Send uses CDO (provided by Microsoft SMTP Services or Microsoft Exchange), an exception may be thrown but it depends on the queue for the SMTP server.

It's the SMTP server that gets the bounces, not you, nor can you unless you are the SMTP server. You could always consider writing your own, but I don't recommend it. There's a lot more to do than you might realize, but most SMTP servers let you hook functionality (I know that Exchange and sendmail do).

One other option is to write your own SMTP client. Remember, SmtpMail uses CDO (a COM server), but SMTP clients only need a telnet connection to the MX host (mail exchanger), the communication is pretty easy.

I've posted code several times in this forum in the past for both MX-lookups as well as SMTP clients. I recommend you click "Search comments" directly above this message board and search for "SMTP" or something simple.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: MailMessage headers Pin
simrang31-Aug-04 10:47
simrang31-Aug-04 10:47 
GeneralRe: MailMessage headers Pin
Heath Stewart31-Aug-04 11:29
protectorHeath Stewart31-Aug-04 11:29 
GeneralRe: MailMessage headers Pin
Dave Kreskowiak31-Aug-04 10:39
mveDave Kreskowiak31-Aug-04 10:39 
GeneralRe: MailMessage headers Pin
simrang31-Aug-04 10:46
simrang31-Aug-04 10:46 
GeneralRe: MailMessage headers Pin
Sebastian Schneider1-Sep-04 22:43
Sebastian Schneider1-Sep-04 22:43 
QuestionHuh? Can this be logical? Pin
Jerry Hammond31-Aug-04 6:24
Jerry Hammond31-Aug-04 6:24 
AnswerRe: Huh? Can this be logical? Pin
Steven Campbell31-Aug-04 6:32
Steven Campbell31-Aug-04 6:32 
GeneralRe: Huh? Can this be logical? Pin
leppie31-Aug-04 6:38
leppie31-Aug-04 6:38 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus31-Aug-04 11:05
protectorChristian Graus31-Aug-04 11:05 
GeneralRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 11:58
protectorHeath Stewart31-Aug-04 11:58 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus31-Aug-04 12:17
protectorChristian Graus31-Aug-04 12:17 
GeneralRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 12:23
protectorHeath Stewart31-Aug-04 12:23 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus1-Sep-04 10:51
protectorChristian Graus1-Sep-04 10:51 
GeneralRe: Huh? Can this be logical? Pin
Jerry Hammond31-Aug-04 11:45
Jerry Hammond31-Aug-04 11:45 
GeneralRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 11:52
protectorHeath Stewart31-Aug-04 11:52 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus31-Aug-04 12:19
protectorChristian Graus31-Aug-04 12:19 
GeneralRe: Huh? Can this be logical? Pin
Jerry Hammond31-Aug-04 14:18
Jerry Hammond31-Aug-04 14:18 

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.