Re: Safari - email contents
Re: Safari - email contents
- Subject: Re: Safari - email contents
- From: Peter Baxter <email@hidden>
- Date: Tue, 4 Mar 2008 04:00:20 +1100
I found exactly the same problem. AS correctly identifies the id of
the email, but can't modify the recipient etc.
On 04/03/2008, at 1:01 AM, Luther Fuller wrote:
I spent an hour or so picking at this yesterday evening. My
experience is the same as the OP. I did get this to work ...
tell application "Safari" to email contents of document 1
delay 4
tell application "Mail"
activate
-- new message is visible and contains correct html content
set currWin to window index 1
-- saving or modifying the new message unsuccessful
close currWin -- this works
end tell
_______________________________________________
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