Click here to Skip to main content
15,929,209 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Internal Search Statistics Pin
coolestCoder5-Nov-06 20:14
coolestCoder5-Nov-06 20:14 
GeneralRe: Internal Search Statistics Pin
tmoney1016-Nov-06 3:04
tmoney1016-Nov-06 3:04 
QuestionDropdown List Pin
Khan.Bangash5-Nov-06 18:42
Khan.Bangash5-Nov-06 18:42 
QuestionDetermine sucess or failure of mail sending Pin
Nitin19815-Nov-06 18:42
Nitin19815-Nov-06 18:42 
GeneralRe: Determine sucess or failure of mail sending Pin
quiteSmart5-Nov-06 19:35
quiteSmart5-Nov-06 19:35 
AnswerRe: Determine sucess or failure of mail sending Pin
coolestCoder5-Nov-06 20:02
coolestCoder5-Nov-06 20:02 
GeneralRe: Determine sucess or failure of mail sending Pin
Nitin19815-Nov-06 20:13
Nitin19815-Nov-06 20:13 
AnswerRe: Determine sucess or failure of mail sending Pin
coolestCoder5-Nov-06 19:54
coolestCoder5-Nov-06 19:54 
Hi,
This applies if you are using the System.Net.Mail. When ever you send mail using the classes in above namespace, if an error occurs, an exception is thrown. If you dont get an exception from your code, that means you have successfully handed over the mail to the mail server.
By this i dont mean that the recipients of the mail, did recieved the mail. When you handed over the mail to the server, the server is now responsible for sending the mail further to the recepients mail server. There can be delay or even loss of mail during this process, according to the load on your mail server.
If you want to know whether the recepients have opened your mail there are some other techniques which you can implement.

Hope i got your point ?


"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder

coolestCoder

GeneralRe: Determine sucess or failure of mail sending Pin
Nitin19815-Nov-06 20:22
Nitin19815-Nov-06 20:22 
GeneralRe: Determine sucess or failure of mail sending Pin
coolestCoder5-Nov-06 20:50
coolestCoder5-Nov-06 20:50 
GeneralRe: Determine sucess or failure of mail sending Pin
Nitin19815-Nov-06 22:07
Nitin19815-Nov-06 22:07 
GeneralRe: Determine sucess or failure of mail sending Pin
coolestCoder5-Nov-06 22:48
coolestCoder5-Nov-06 22:48 
QuestionHow to apply style to controls (urgent) Pin
dj.rock5-Nov-06 18:39
dj.rock5-Nov-06 18:39 
AnswerRe: How to apply style to controls (urgent) Pin
Akhilesh Yadav5-Nov-06 19:22
Akhilesh Yadav5-Nov-06 19:22 
GeneralRe: How to apply style to controls (urgent) Pin
dj.rock5-Nov-06 19:28
dj.rock5-Nov-06 19:28 
QuestionGridview PageIndexChanging Error Pin
Brendan Vogt5-Nov-06 18:28
Brendan Vogt5-Nov-06 18:28 
AnswerRe: Gridview PageIndexChanging Error Pin
playout8-Nov-06 2:49
playout8-Nov-06 2:49 
QuestionRetain Password Pin
litson jose5-Nov-06 18:12
litson jose5-Nov-06 18:12 
AnswerRe: Retain Password Pin
thomas_joyee5-Nov-06 18:28
thomas_joyee5-Nov-06 18:28 
GeneralRe: Retain Password Pin
litson jose5-Nov-06 19:36
litson jose5-Nov-06 19:36 
QuestionHow to convert codebehind into inline.. Pin
Sam.M5-Nov-06 17:59
Sam.M5-Nov-06 17:59 
QuestionHow to convert codebehind into inline.. Pin
Sam.M5-Nov-06 17:59
Sam.M5-Nov-06 17:59 
AnswerRe: How to convert codebehind into inline.. Pin
Sathesh Sakthivel5-Nov-06 18:04
Sathesh Sakthivel5-Nov-06 18:04 
Questiondatagrid with a fixed column? Pin
Tridip Bhattacharjee5-Nov-06 17:56
professionalTridip Bhattacharjee5-Nov-06 17:56 
AnswerRe: datagrid with a fixed column? Pin
Sathesh Sakthivel5-Nov-06 18:03
Sathesh Sakthivel5-Nov-06 18:03 

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.