Re: Send outgoing message error from Mail.app
Re: Send outgoing message error from Mail.app
- Subject: Re: Send outgoing message error from Mail.app
- From: Brian Christmas <email@hidden>
- Date: Wed, 27 Jan 2010 16:00:15 +1100
Alan, I just tried my script while the stored outbox message was actually in the process of being sent, and it still works.
However, once sent, the script still evaluates the existence of the empty outbox to 'true', so the script needs to be...
tell application "Mail" activate if exists outbox then set outList to messages of outbox if outList ≠ {} then set msg to (item 1 of outList) set temp1 to properties of msg set temp2 to all headers of msg --> 69642 set temp3 to paragraph 2 of temp2 end if end if end tell
Regards
Santa
|
_______________________________________________
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