On or near 7/8/03 8:37 PM, Remo Del Bello at [EMAIL PROTECTED] observed:

> Would it be as simple as:
> 
> If exists POP account "remo @ mac.com"

Nope, you need a "try" block. Example,

    try
        set theAccount to POP account "remo @ mac.com"
    on error
        set theAccount to ""
    end try

You could then, possibly, have two versions of the "make" statement,
omitting "account:" if theAccount = "".
-- 
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
 <http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to