Send outgoing message error from Mail.app
Send outgoing message error from Mail.app
- Subject: Send outgoing message error from Mail.app
- From: Alan Kimelman <email@hidden>
- Date: Tue, 26 Jan 2010 12:20:28 -0800
I am trying to send an outgoing message from Mail.app but run into error number -1708
tell application "Mail" set a_message to item -1 of ((every outgoing message)) tell a_message make new to recipient at beginning of to recipients ¬ with properties {address:"Foo Goo <foo.goo@gmail.com>", «class rdsn»:"FirstName LastName"} send end tell end tell
In this case the outgoing message id that was targeted was id 33.
AppleScript Editor events response showed the following error:
error "Mail got an error: outgoing message id 33 doesn’t understand the send message." number -1708 from outgoing message id 33
Any ideas on how to have Mail.app send an Email without triggering an error? I am running this on a MacBook Pro running Snow Leopard version 10.6.2. Thanks |
_______________________________________________
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