Re: Download email with Entourage X
Re: Download email with Entourage X
- Subject: Re: Download email with Entourage X
- From: Michael Grant <email@hidden>
- Date: Sat, 06 Jul 2002 10:01:34 -0500
On 7/3/02 4:43 PM, "Guillaume Iacino" <email@hidden> wrote:
>
How to you tell Entourage X to download all the emails from the various
>
accounts set?
>
>
I know it sounds easy but I am still trying to underdstand how I can use the
>
words inside the Dictionary.
It is quite simple. Here's the script I use to launch Entourage and check
the two accounts that I get messages from clients and friends/family on:
tell application "Microsoft Entourage"
activate
execute schedule "Send & Receive main"
end tell
Of course you have to define the schedule first for that one.
And here's a script to check the specific account that's subscribed to this
list:
tell application "Microsoft Entourage"
activate
connect to POP account "email@hidden"
end tell
HTH,
Michael
"The people can always be brought to do the bidding of the leaders. That is
easy. All you have to do is to tell them they are being attacked, and
denounce the pacifists for lack of patriotism and exposing the country to
danger."
-- Hermann Goering
_______________________________________________
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.