• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Send outgoing message error from Mail.app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Fwd: Send outgoing message error from Mail.app (From: Alan Kimelman <email@hidden>)

  • Prev by Date: Re: Send outgoing message error from Mail.app
  • Next by Date: Re: Send outgoing message error from Mail.app
  • Previous by thread: Re: Send outgoing message error from Mail.app
  • Next by thread: Fwd: Send outgoing message error from Mail.app
  • Index(es):
    • Date
    • Thread