Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook new mail trigger

Status
Not open for further replies.

djam

Technical User
Nov 15, 2002
223
CA
I wrote a app which interfaces with Outlook. It checks when I receive a email and does something. I put a timer on it to check every 5 secs when there is a new email.

I was wonder if it is possible to have some sort of trigger that tells me when I get a email. I don't want to keep checking every 5 secs because it takes up resources and its not the proper way to do it.

thanks

" ahhh computers, how they made our lives much simpler ;) "
 
i do believe that unless you implement some logic on the mail server there is no way for you to do that. and even so, you would need to have some way of communicating between the server and your application (using some network protocol) which implies that the IP address of the computer with the application is fixed (either a fixed IP address in the internet, either in the same LAN).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top