1.1. Example: Outlook

With the available Outlook AppleScript you're able to initiate calls directly out of Outlook via short key.

Example: Integrating the "Dial number/cw" AppleScript into Outlook

Please find the AppleScript "Dial number/cw" in the "Extras" folder.

  • Right-click on the "NCTI standard" icon you'll find in the disk image and choose "Show Package".

Find the AppleScript "Dial number/cw" within Contents/Extras/Outlook.

- Copy the respective file to your clipboard.

  • Paste the script "Dial number/cw" into Library/Application Support/Microsoft/Office/Outlook Script Menu Items/.
  • If "Outlook Script Menu Items" is not available, create that folder manually.

In case the "Library" folder cannot be found, it is likely that it is defined as "hidden" by default.

  • Ensure that "Library" is visible by running the Terminal application via Spotlight or System utilities and placing the following command:   chflags nohidden ~/Library/

⇒Subsequently, the "Library" folder is visible.

Path "Library/Application Support/Microsoft/Office/Outlook Script Menu Items/" is available for Outlook versions from 2011 only.

Use the following path for Outlook versions older than 2011: Documents/Microsoft/Microsoft user data/Outlook Script Menu Items/

  • Start Outlook when integrating the AppleScript successfully.
  • Mark an available contact and use shortkey Control + W to initiate a call.

⇒Subsequently, the Outlook AppleScript is invoked.

  • If you defined several phone numbers to one contact, choose one of them and confirm the command with "OK".

⇒The connection is initiated immediately.

You can easily create a AppleScript file by yourself with the AppleScript editor on your Mac.