On 4/12/06, Remo Del Bello <[EMAIL PROTECTED]> wrote: > On 4/12/06 7:19 AM, TjL deftly typed out: > > > Is there an easy way to toggle this setting via AppleScript? I don't > > know much about scripting (other than /bin/sh scripting) but it seems > > like you can do a whole lot with it if you know how. > > Really simple answer...here are two scripts. One turns off live sync on all > IMAP accounts and one turns it on for all IMAP accounts: > > --turn off live sync > tell application "Microsoft Entourage" > set IMAP live sync of every IMAP account to false > end tell > > --turn on live sync > tell application "Microsoft Entourage" > set IMAP live sync of every IMAP account to true > end tell
WOW! That was easy. Well easy in the famous words of my former CompSci professor: "Everything is easy when you know what you're doing." But how does someone who doesn't know this stuff figure it out? Thanks! TjL -- 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/>
