Re: Misc Eudora questions
Re: Misc Eudora questions
- Subject: Re: Misc Eudora questions
- From: John Delacour <email@hidden>
- Date: Mon, 5 Aug 2002 18:34:40 +0100
At 3:49 pm +0100 5/8/02, Alex Robinson wrote:
And is there a way of working out what the current mailbox is? I can only
come up with
set the_mailbox to a reference to window 1
tell application "Eudora" to get mailbox of message ""
...since there is always at least one message highlighted.
This will also get the mailbox even if it is not open.
tell app "Eudora" to tell front message
try
set mbx to get its mailbox
open mbx
close mbx
end
end
JD
_______________________________________________
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.