Hi,
I want IIS session NOT to time out before a particular thread finishes. Is there a way I can set the session not to time out just before firing of the thread and reset it back to what is was in the last statement, that thread executes.
Cheers,
User Profile
Collapse
-
Preventing IIS session Time before thread finishes
-
billiy321 replied to How to make cdo.Message throw an exception if invalid email address is entered.in C SharpYea thats exactly what i had thought but the problem is A: Its in a stupid format(.eml) and B: The data inside is not consistent so cant really pic it up and parse whats within.....Gues s theres no usefull way how bizarre. My BA wants me to make this stupid C# application, send emails without using our SMTP server. And only way i could do it is by using the IIS SMTP Service but seems thats not too useful either:(:(:( -
billiy321 replied to How to make cdo.Message throw an exception if invalid email address is entered.in C SharpHey thnx for replying.
Na simple try-catch wont do coz if i enter some invalid email id, the SMTP service just moves that mail into a special folder and doesnt throw any exception...and I've actually just thought of a better way to put my question. I want a delivery status notification(se nt or failed) in C# when i am using the below code
CDO.Message mail = new CDO.Message();
CDO.IConfigurat ion iConfg = mail.Configurat ion;...Leave a comment:
-
billiy321 started a topic How to make cdo.Message throw an exception if invalid email address is entered.in C SharpHow to make cdo.Message throw an exception if invalid email address is entered.
Hi
I am trying to send a mail in C# without having to use an SMTP server(using SMTP service instead) with " cdoSendUsingPic kup " configuration. But when i enter a invalid recipient adderss say blablabla@crap. com.au, only moves the mail into the folder "C:\Inetpub\mai lroot\Drop" but doesnt throw an exception. What i want to be able to do is if something like this happens it should throw an exception or alert saying...
No activity results to display
Show More
Leave a comment: