Re: Eudora scripts
Re: Eudora scripts
- Subject: Re: Eudora scripts
- From: Applescript User Lewis <email@hidden>
- Date: Sun, 24 Mar 2002 06:02:23 -0700
At 11:27 -0500 21/02/02, David Groover wrote:
tell application "Eudora"
activate
make message at end of mailbox "Out"
tell message ""
set field "to" to pTheAddress
set field "subject" to thetest
end tell
end tell
The scripting dictionary for Eudora implies that make can be used to
make any class element:
make: Make a new element
make
new type class -- the class of the new element.
But I've only ever seen it used for making a message. Can I make a
Mailbox>? And if so, how do I set the name of the mailbox?
--
___________________________________________________________________________
| applescript@ & "southgaylord.com"| Unix is very user friendly. It's just |
| I frankly do not believe Micro- | picky about who its friends are. |
| soft has the user's interests at | I want a party where all the women wear|
| heart, or even in mind. | new dresses and the men all drink beer.|
---------------------------------------------------------------------------
_______________________________________________
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.