• 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: Email with Multiple Attachments for Eudora
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Email with Multiple Attachments for Eudora


  • Subject: Re: Email with Multiple Attachments for Eudora
  • From: Rob Jorgensen <email@hidden>
  • Date: Fri, 28 Jun 2002 03:53:15 -0400

On 6/28/02, Stephen Miller commented:

Hi all

I have the code nutted out for handling multiple attachments in a "send
mail" to
Express and Entourage.

Does anyone know the syntax for Eudora. I have looked at the examples on
their site and they are not that helpful.

This might get you started.

on open (theFiles)
tell application "Eudora"
set messID to make new message at end of mailbox "Out"
attach to message messID documents theFiles
queue message messID
connect with sending
end tell
end open

--

Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Is it possible to relink every image in Quark with AS (From: email@hidden)
 >Email with Multiple Attachments for Eudora (From: "Stephen Miller" <email@hidden>)

  • Prev by Date: Re: What's the easy way to do this?
  • Next by Date: Event handler labels
  • Previous by thread: Email with Multiple Attachments for Eudora
  • Next by thread: What's the easy way to do this?
  • Index(es):
    • Date
    • Thread