• 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: forwarding in Eudora
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: forwarding in Eudora


  • Subject: Re: forwarding in Eudora
  • From: Emmanuel <email@hidden>
  • Date: Tue, 14 Oct 2003 17:01:50 +0200

At 7:37 AM -0600 14/10/03, Robert Poland wrote:
>Hi,
>
>Eudora 6.0, OS 10.2.8
>
>I'm trying to script the forwarding of messages to uce-ftc.gov.
>
>Here's what I've done so far.
>
>tell application "Eudora"
> set m to a reference to message -1 of mailbox 1 -- last
>message of "in" box
> forward message m
> set field "to" of m to "uce-ftc.gov"
> queue message m
>end tell
>
>The forward message is created, but the "to" field is not filled in.

Of course, you are changing the original message ...

I'm afraid you should say "set mm to forward message m" and then on use "mm" as the reference to the new message.

Emmanuel
_______________________________________________
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: 
 >forwarding in Eudora (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Get every file of the entire contents of a folder. Quickly.
  • Next by Date: Re: Get every file of the entire contents of a folder. Quickly.
  • Previous by thread: forwarding in Eudora
  • Next by thread: Re: forwarding in Eudora
  • Index(es):
    • Date
    • Thread