Re: Help, what's wrong with this simple, simple script
Re: Help, what's wrong with this simple, simple script
- Subject: Re: Help, what's wrong with this simple, simple script
- From: Yosemite <email@hidden>
- Date: Mon, 04 Dec 2000 13:23:55 -0900
-- this will compile, but not sure if it actually works ...
set remotemachine to "Espresso"
using terms from application "Outlook Express"
tell application "Outlook Express" of remotemachine
send
connect to every POP account
end tell
end using terms from
-- hcir
mailto:email@hidden
>
set remotemachine to "Espresso"
>
tell application "Outlook Express' of remotemachine
>
send
>
connect to every POP account
>
end tell