Re: Scripting mail attachments in Yosemite
Re: Scripting mail attachments in Yosemite
- Subject: Re: Scripting mail attachments in Yosemite
- From: Mark Hunte <email@hidden>
- Date: Fri, 17 Oct 2014 19:45:37 +0100
Hi,
I am getting this even after reboots.
It does not happen for every message with image attachments but defiantly Forwarded emails. And I notice it also happens on any emails that contain video?
simple script that is being used
tell application "Mail" set selectedMessages to (get selection) repeat with theMessage in selectedMessages
set theCount to count of theMessage's mail attachments
end repeat
end tell
Does any one have any clues? |
_______________________________________________
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