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 21:33:50 -0500
i was looking over the mail dictionary, any idea on how to use the "is
read" property
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
_______________________________________________
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.