MACSCRPT Archives

May 2003

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Christopher Stone <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Thu, 15 May 2003 19:23:09 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
At 2003/05/15 17:03 -0700, Jim Ault wrought:

>Yes, trying  to attach a  file using a string,  alias,  and list of
>strings, list  of aliaes syntax
>Either  I get an error from Eudora on sending, or the email  arrives
>without  the attachment.
______________________________________________________________________

Eudora requires a list of aliases:

  tell application "Eudora"
    if exists of front message then
      tell front message
        attach to it documents {alias
"Lao-Tzu:Users:chris_stone:Desktop:Nickname for whitelist"}
      end tell
    end if
  end tell



Best Regards,

Christopher Stone

ATOM RSS1 RSS2