group greyed out when i try to choose it

P

pclafferty

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel

trying to create a new group of email addresses, but when I select that menu "group" is greyed out and therefore unavailable.

what gives?
 
A

Adam Bailey

trying to create a new group of email addresses, but when I select that menu
"group" is greyed out and therefore unavailable.

You can only create an Address Book Group in your personal (On My
Computer) Address Book, not on an Exchange server. You didn't say what
kind of account you're using.
 
B

Beek, Justin

There is a "workaround" that will allow you to add groups to Exchange.

1) Make the groups locally.
2) Export the groups as backup (backups are nice)
2) Run an AppleScript that will move the groups from the local to Exchange.

Script:
tell application "Microsoft Entourage"
move (every group of address book id 14) to primary address book ¬
of Exchange account 1
end tell

Hope that helps,
Justin Beek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top