Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > AppleScript - Mail.app

AppleScript - Mail.app
Thread Tools
Addicted to MacNN
Join Date: Jan 2000
Location: Stoneham, MA, USA
Status: Offline
Reply With Quote
Mar 3, 2004, 01:02 PM
 
Is there a way to access the number of unread emails in mail.app through applescript? AKA the red circled number in its dock icon when you have mail.
     
Professional Poster
Join Date: Oct 2001
Location: London
Status: Offline
Reply With Quote
Mar 3, 2004, 02:50 PM
 
Certainly:

Have a look at mail's Dictionary: (script editor -> File Menu -> open Dictionary... -> choose Mail or click the Mail icon from the Library (Command-Shift-L))

Disclose the 'Mail' entry -> disclose the 'Classes' entry and select the 'Application' entry.

On the right you'll see all the 'properties' that the Application has. One of them is 'Inbox' which represents the "top level inbox" (i.e. an aggregate of all your inboxes.)

If you go back to the left of the window and disclose the 'Message' -> 'Clases' item you will see that there is an item called 'mailbox' - if you select that you'll see all of the mailbox class's properties. One of them is 'unread count'.


So - in fact it's quite easy:

Code:
tell application "Mail" get the unread count of the inbox end tell
or even shorter:
Code:
tell app "mail" to get unread count of inbox
Seriously - dig around in the Dictionary of apps you want to script - it's the only way to find out how the app "works"
(Last edited by Diggory Laycock; Mar 3, 2004 at 02:57 PM. )
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:00 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2