We Recommend

Beginning AppleScript (Programmer to Programmer) Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.


Ballyhoo


Posted By

zingo on 02/11/08


Tagged

rss osx vienna


Versions (?)


Get the Count of unread Messages in Vienna (RSS-Reader)


Published in: AppleScript 


  1. tell application "Vienna"
  2. set unreadCount to total unread count
  3. return "Vienna: " & unreadCount & " unread messages"
  4. end tell

Report this snippet 

You need to login to post a comment.