Entourage close main window
Entourage close main window
- Subject: Entourage close main window
- From: JollyRoger <email@hidden>
- Date: Fri, 15 Mar 2002 20:53:55 -0600
Can someone tell me why this does not work?
-- begin script
-- you need Microsoft Entourage installed to run this script
property pCallerName : ""
try
tell application "Finder" to set foundApp to application file id "OPIM"
tell application "Finder" to set pCallerName to name of (foundApp)
end try
tell application pCallerName
activate
close +class mnWn;
end tell
-- end script
I get this error:
Microsoft Entourage got an error: main window doesn't understand the close
message.
Ideas anyone?
_______________________________________________
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.