MACSCRPT Archives

May 2003

MACSCRPT@LISTSERV.DARTMOUTH.EDU

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

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

Print Reply
Mime-Version:
1.0
Content-Type:
text/plain; charset="iso-8859-1" ; format="flowed"
Date:
Thu, 15 May 2003 19:23:09 -0500
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Subject:
From:
Christopher Stone <[log in to unmask]>
In-Reply-To:
<p05200f03bae9da12e5f4@[192.168.1.55]>
Content-Transfer-Encoding:
8bit
Sender:
Macintosh Scripting Systems <[log in to unmask]>
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