PDA

View Full Version : Stop a timer after email received



jmwtac
07-20-2006, 05:30 AM
Ok, I have a timer through windows api that checks specified folders every minute for emails. (I Do this to stop screen saver activating).

emails are received every 30 mins from when i have sent a file out. we know when the file has been finished being worked but i still need to wait for the last email of responses.

e.g we receive files 8.32, 9.02, 9.32, 10.02.
we get finished email
need to wait till 10.32 to see if anything else is coming in ?

any ideas. I think i just need to check if time divided by summit but not sure what :beerchug:

Killian
07-21-2006, 03:57 AM
How do you know when you've finished recieving files?
Number of files? Time limit?

jmwtac
07-21-2006, 04:58 AM
I get confirmation email saying they have finished e.g at 10.10 but will need to wait till 10.32 to see the responses