Saving Attachements to a folder
Saving Attachements to a folder
- Subject: Saving Attachements to a folder
- From: Ronald Hofmann <email@hidden>
- Date: Mon, 20 Aug 2007 13:17:48 +0200
Hi everybody,
I´m trying to save the attachement of a mail (selection) to a folder.
What I have so far:
property thePath : "MacOSX:Users:ronny:Desktop:Target:"
tell application "Mail"
set x to selection --This returns a List of selected mails, in this
case one mail.
--What I would like to do
save attachement of x to folder thePath -- This does not work.
end tell
Could somebody point me to the right direction?
Regards, Ronald
---
_______________________________________________
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