Re: How to use "Check for new mail" feature
Re: How to use "Check for new mail" feature
- Subject: Re: How to use "Check for new mail" feature
- From: bill fancher <email@hidden>
- Date: Mon, 23 Sep 2002 12:53:32 -0700
On Monday, September 23, 2002, at 07:00 AM, Fridiric Bultot wrote:
I would like to write an AppleScript code that check
every x minutes if new mails are coming.
on idle
tell app "Mail" to check for new mail
return x * 60
end
Save as a stay-open app.
But why not use the built-in scheduling?
HTH,
--
bill
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.