Re: attempting to count messages in Mail
Re: attempting to count messages in Mail
- Subject: Re: attempting to count messages in Mail
- From: Allen Watson <email@hidden>
- Date: Wed, 07 Nov 2001 13:42:23 -0800
About five minutes in the Mail.app dictionary, and I came up with this,
which works to set the message count for my account:
tell application "mail.app"
set x to count messages of mailbox "INBOX" of account
"iTools:email@hidden"
end tell
Apparently you have to specify the account to which the mailbox (not folder)
belongs.
--
Allen Watson, Portland, OR -- <email@hidden>
My web page: <
http://home.earthlink.net/~allenwatson/>
Teach only love, for that is what you are. (A Course in Miracles)