• 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: Wow, AppleScript is tough!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wow, AppleScript is tough!


  • Subject: Re: Wow, AppleScript is tough!
  • From: Peter Baxter <email@hidden>
  • Date: Wed, 5 Dec 2007 16:32:08 +1100

This is the applescript:



tell application "Mail"
set new_message to make outgoing message ¬
with properties {subject:"test", visible:true}
tell new_message to make to recipient ¬
with properties {address:"email@hidden"}
tell new_message to make cc recipient ¬
with properties {address:"email@hidden"}

tell new_message to set the subject to "I asked you not to tell me that!"
end tell




On 05/12/2007, at 12:25 PM, Richard Doust wrote:

I've been an 8080 Assembler programmer, a C programmer, a C++ programmer, a Smalltalker, I've been writing Java code for 7 years, I do Ruby from time to time, and I've read parts of 2 books on AppleScript and I have to say that I find nothing more difficult than programming in it.
If I want to write an AppleScript to set my Bcc and Reply-To fields automatically in Mail when I respond to an email (I haven't found this option in the application itself) does anyone know where I would start? I've looked at the Dictionary for Mail and I don't see anything obvious. Of course, once I'd written said script, I'd have to figure out how to invoke it from within Mail, but I'm willing to take this one step at a time.
Anybody willing to give me a pointer?
Thanks
Rich
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden

We are like tenant farmers chopping down the fence around our house for fuel when we should be using nature's inexhaustible sources of energy - sun, wind and tide. I'd put my money on the sun and solar energy. What a source of power! I hope we don't have to wait until oil and coal run out before we tackle that.
-- Thomas Alva Edison (1847-1931)



Peter Baxter email@hidden



_______________________________________________
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: 
 >Wow, AppleScript is tough! (From: Richard Doust <email@hidden>)

  • Prev by Date: Re: Another question on dates and times
  • Next by Date: Re: Another question on dates and times
  • Previous by thread: Re: Wow, AppleScript is tough!
  • Next by thread: Re: Wow, AppleScript is tough!
  • Index(es):
    • Date
    • Thread