How to determine if message was sent or received in Mail
How to determine if message was sent or received in Mail
- Subject: How to determine if message was sent or received in Mail
- From: John <email@hidden>
- Date: Tue, 29 Oct 2013 07:53:58 -0400
Is "messages" no longer an element of inbox and sent mailbox in Mavericks?
This used to work in Snow Leopard:
tell application "Mail"
set outMessages to messages of sent mailbox
set inMessages to messages of inbox
end tell
I have lots of accounts & email addresses. I used to rely on messages
on inbox to show me incoming messages across all accounts. If this
feature has really been removed, is there another way of determining if a
message was sent or received without comparing the sender address to a
list of my email addresses?
Thanks.
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden