Hi all,
I have to confess I’m new to Applescript and Entourage but I’m very willing to learn.
So my problem, I’ve been tasked by my company to write a script that will configure the users Exchange account to use S/MIME certificates for signing and encryption, select some of the check boxes and set the encryption algorithm to aes-256.
I gotten this far:
tell application “System Events”
tell application process “Microsoft Entourage”
click menu item “Account Settings…” of menu 1 of menu bar item “Entourage” of menu bar 1
repeat until exists window “Accounts”
delay 0.5
end repeat
– Code to configure account to use certificates should go here.
end tell
end tell
That gets me a dialog box with accounts. How do I scan through that list so I can select the exchange account and get the account settings dialog, or am I going down completely the wrong path?
Best regards,
Johan
Model: MacBook Pro
AppleScript: 2.0.1
Browser: Safari 531.21.10
Operating System: Mac OS X (10.5)