Welcome to the Office Mac Help Site About | Blog | Links | Glossary | Feedback | Downloads | Help
Latest Updates!

Download updates from Office Mac or use AutoUpdate under Help in the menu bar. More Info on updates

Support our site SIGNUP FOR HOSTMONSTER.COM

Support our Site

Automator Action

Create new Entourage Message with Bcc

Optional: Place this script in the Applescript action if you want the window to be moved out of the top left corner.

tell application "Microsoft Entourage"
  set theWindows to every window whose class is draft window
  repeat with aWindow in theWindows
   set position of aWindow to {75, 140}
  end repeat
 end tell

Save as Workflow and place in the Entourage Script Menu I Items folder. Add a shortcut. Check out the Sample Automator Workflows in the folder.

How to add shortcuts to a script