Entourage Customization

C

cmchenry

Is it possible to create add-ins for Entourage much like you can for Outlook? If so what technical skills are required?
 
C

Corentin Cras-Méneur

Is it possible to create add-ins for Entourage much like you can for
Outlook? If so what technical skills are required?

Yes, and all you need to do is to write them in AppleScript.


Corentin
 
C

cmchenry

Does AppleScript allow you to customize the Entourage UI in any way (add a menu item or toolbar button)? Can you intercept events on the client such as Send Mail, Drop in Folder, etc? Thanks for your ideas!
 
C

Corentin Cras-Méneur

Does AppleScript allow you to customize the Entourage UI in any way (add a
menu item or toolbar button)? Can you intercept events on the client
such as Send Mail, Drop in Folder, etc? Thanks for your ideas!



Well I don't think you can manipulate any element of the UI, but you can
control a lot of what can be done on messages, events, contacts...

To have a better idea, drop the Entourage applciation on the Script
Editor application. It'll open the AppleScript dictionary for Entourage
there,

Corentin
 
Top