Eudora "message 1" (or 2 or 3 or 0)
Eudora "message 1" (or 2 or 3 or 0)
- Subject: Eudora "message 1" (or 2 or 3 or 0)
- From: David Crowe <email@hidden>
- Date: Tue, 27 Jan 2004 10:10:56 -0700
The following snippet of AppleScript shows the currently selected (or
frontmost open) message's subject:
tell application "Eudora"
subject of message 1
end tell
The funny thing is, changing 1 to 2 or 0 or 3 or 4 ... gets exactly
the same result, even if multiple messages are selected or open.
Even changing to "subject of every message" still returns the subject
of this one message.
Is there a way to get the list of currently selected messages in
Eudora? There is a way to get the currently selected text, but I
can't see any overt way to get more than the first selected message.
- David Crowe
_______________________________________________
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.