Entourage 10.1.4 (5) Setting DAV requires SSL in Applescript

C

Chris Wiley

Hello:
In Entourage 10.1.4, I've been having problems setting DAV requires SSL
using Applescript to set up an Exchange account setting. Presumably, the
format should look like the following:


set thisAcct to make Exchange account with properties {Exchange
server:Xsrv, domain:"blah", SMTP server:"blah", SMTP requires
authentication:false, IMAP requires SSL:true, IMAP port:993, name:"IU
Exchange", full name:"mrblah", email address:"blah" & "@indiana.edu",
Exchange ID:"blah", LDAP server:"ads.blah", requires
authentication:false, maximum entries:500, free busy server:"blah",
synchronize Exchange Inbox:true, LDAP requires SSL:true, DAV requires
SSL: true}

Is this option just broken? Everything works when I remove references to
DAV, by the way.

Thanks,

/Chris
 
Top