Entourage "current identity" raw code not working
Entourage "current identity" raw code not working
- Subject: Entourage "current identity" raw code not working
- From: JollyRoger <email@hidden>
- Date: Fri, 22 Mar 2002 20:02:33 -0600
Can someone familiar with Entourage tell me what I need to do to get this
working:
-- begin script
set pCallerName to "Microsoft Entourage"
-- this fails when run with error "Can't get name of current identity."
tell application pCallerName
set pCurrentIdentityName to name of the +class CIdn;
end tell
-- this works as expected
tell application "Microsoft Entourage"
set pCurrentIdentityName to name of the current identity
end tell
-- end script
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.