• 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
Entourage - send new mail
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Entourage - send new mail


  • Subject: Entourage - send new mail
  • From: "Ruby Madraswala" <email@hidden>
  • Date: Tue, 28 Jun 2005 11:21:30 -0400
  • Thread-topic: Entourage - send new mail

Hi all

 

This is very basic, am having problems with the script below.

 

Microsoft entourage 2004. version 11.1.0

 

Set pwriteup to “Macintosh HD:FileToSend:v9999”

 

tell application "Microsoft Entourage"

activate

     set newMessage to make new outgoing message with properties {subject:"translation", content:"" & return & return}

tell newMessage

set visible to true

make new to recipient at end of to recipients with properties {address: email@hidden}

          tell content

             make new attachment with properties {file name: "pwriteup"} at after the last paragraph

          end tel

     end tell

end tell

 

I get an error message at “@” expected , or } but found unknown token – line make new to recipient. And also error at make new attachment.

 

How do I send multiple attachments to multiple email addresses?

 

Where I can I find entourage script examples, I searched the net but did not find one for sending new mail. Also checked all my emails on subject email.

 

Thanks

Ruby.

 

 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Entourage - send new mail
      • From: Paul Berkowitz <email@hidden>
    • Re: Entourage - send new mail
      • From: Andrew Oliver <email@hidden>
  • Prev by Date: Re: Opening Internet Explorer with blank page..
  • Next by Date: re: maddening
  • Previous by thread: Re: change category entourage
  • Next by thread: Re: Entourage - send new mail
  • Index(es):
    • Date
    • Thread