User Profile

Collapse

Profile Sidebar

Collapse
billiy321
billiy321
Last Activity: Oct 1 '10, 04:53 AM
Joined: Feb 3 '10
Location: Australia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Preventing IIS session Time before thread finishes

    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,
    See more | Go to post

  • Yea 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:(:(:(
    See more | Go to post

    Leave a comment:


  • Hey 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;...
    See more | Go to post

    Leave a comment:


  • How 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...
    See more | Go to post
No activity results to display
Show More
Working...