OK, I am learning to use my old OneClick to connect with AppleScript.
Here is a script that I tried putting in side a OC hot key for one button
launching and checking of mail when Emailer isn't already running.
tell application "Claris Emailer"
activate
check mail "Mindspring"
end tell
// I have also tried:
tell application "Claris Emailer"
activate
check mail "Mindspring"
end tell
// It ran and opened Emailer all right. But it didn't do any checks for
new mail.
I am still a little new to using AS. I looked in Emailer dictionary for
the check mail line. I wasn't sure if it needed the account name as
string or if left off it will just check the default account. I would
love to learn where my logic broke down and how to actually do this. I
already had it working to record a series of key clicks on the screen but
I would like to use more AS in what I do
Dave Groover
___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>