Re: how many emails in Mail
Re: how many emails in Mail
- Subject: Re: how many emails in Mail
- From: "Mohammad F. Haque" <email@hidden>
- Date: Mon, 11 Feb 2002 18:03:36 -0500
sweet! it works,thanks man. maybe now i can start my idea.
would it be a good idea to get applescript to count ALL the emails every
couple of minutes and compare it to the last checked, just to see if
there's any new emails? or even to say how many emails have been unread.
On Monday, February 11, 2002, at 05:49 PM, cricket wrote:
If you have a mailbox called 'INBOX' in your Personal Mailboxes
section, you could do this:
tell application "Mail"
get count of every message of mailbox "INBOX" of account "Personal
Mailboxes"
end tell
- cricket
On Sunday, February 10, 2002, at 08:31 PM, Mohammad F. Haque wrote:
hi, i was wondering if it was possible to get applescript to look into
Apple's OSX Mail app and display how many emails is currently in a
mailbox? how would i go about doing it?
----->
Software Entomologist/Mail for Mac OS X email@hidden
---------->
Half the world is water, the other 96% is wheat.
_______________________________________________
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.
_______________________________________________
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.