/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tell application "Vienna" set unreadCount to total unread count return "Vienna: " & unreadCount & " unread messages" end tell