Re: <no subject>
Re: <no subject>
- Subject: Re: <no subject>
- From: John Delacour <email@hidden>
- Date: Fri, 22 Aug 2003 00:24:23 +0100
At 10:21 am -0500 21/8/03, Courtney Moore wrote:
Good Morning all you AS gurus!
Is it possible to use Apple Script to show all headers of an email in
Entourage using Applescript 1.9 OS 10.2.6?
Nobody seems to have answered your question. This works with Outlook
Express running in Classic, so I imagine it will with Entourage:
tell app "System Events" to tell process "Entourage"
set frontmost to true
keystroke "h" using {command down, shift down}
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.
References: | |
| ><no subject> (From: Courtney Moore <email@hidden>) |