tell application "Microsoft Outlook"
-- Get the primary Exchange account
repeat with thisAccount in exchange account
if exchange type of thisAccount is primary account then
set v_PrimaryAccount to thisAccount
exit repeat
end if
end repeat
end tell
Now it is complaining it was expecting a class for "exchange" on the repeat statement, but "exchange account" is a class from Microsoft Outlook. Again, this was working fine before with 14.3.8.
Thanks.
Recent Comments