Re: getting multiple selected messages in Eudora?
Re: getting multiple selected messages in Eudora?
- Subject: Re: getting multiple selected messages in Eudora?
- From: Christopher Stone <email@hidden>
- Date: Thu, 17 Jul 2003 02:35:01 -0500
At 20:48 +0100 07/16/2003, John Delacour wrought:
Later I will show a relatively certain way to get a fully qualified
reference to the message in the front window. This is not quite so
mercurial as the other problem.
______________________________________________________________________
Something like this?
----------------------------------------------------------------------
tell application "Eudora"
if exists of front message then
tell front message
set mID to a reference to message id (get its id) of (get its mailbox)
end tell
tell mID
close
open
end tell
end if
end tell
----------------------------------------------------------------------
Best Regards,
Christopher Stone
_______________________________________________
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.