Mail Script not recognizing Account?
Mail Script not recognizing Account?
- Subject: Mail Script not recognizing Account?
- From: Jeremy Matthews <email@hidden>
- Date: Sat, 15 Sep 2007 08:31:01 -0400
OK, this script returns info correctly:
tell application "Mail" properties of account "home" end tell
But this script creates everything properly except setting the account of the message...
tell application "Mail" set theMessage to make new outgoing message with properties {account:"home", visible:true, subject:"Sample Subject", content:"hello" & return & return} end tell
Am I missing something? Why doesn't the message have the correct account assigned? This same script worked just a few weeks ago...no other changes to the system...
Thanks, j |
_______________________________________________
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