Re: Entourage question
Re: Entourage question
- Subject: Re: Entourage question
- From: John Delacour <email@hidden>
- Date: Mon, 26 Aug 2002 13:20:25 +0100
At 12:57 pm +0200 26/8/02, Gvran Ehn wrote:
I'm having problems when saving an attachment from Entourage.
Does anyone know a working syntax for doing this?
This I have tried but it does not work:
save (attachment "myfile.jpg" of message id 7 of folder
"testfolder") in (pathtodesktopfolder & "myfile.jpg" as string)
"in (pathtodesktopfolder & "myfile.jpg" as string)",
which means nothing, should probably be something like
file ("" & (path to desktop folder) & "myfile.jpg")
but I can't test it.
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.