My goal in providing macros on this web site is to give people examples in how to program the Dragon NaturallySpeaking Deluxe Edition. I am not attempting to provide a complete set of macros for any application. Therefore, I expect people to take the macros I post and both improve them and adapt them to their own needs.
|
| Here I am attaching a set of sample macros for Microsoft Outlook. I use these macros in my own demonstrations. The macros are divided into two group. |
|
| While Outlook's main e-mail window is on the screen you can say any of the following things. |
| |
 |
<folder> = "Inbox", "Sent Items", "Outbox", "Deleted Items", "Business Folder", |
| |
 |
"Personal Folder" |
|
| "Open Message <1to20> From <userName>" |
|
| "Send Message to <userName>" |
|
| "Send Message to <userName> and <userName>" |
|
| "Send Message to <userName> <userName> and <userName>" |
|
| "View Messages From <userName>" |
|
| "Delete All New Messages" |
|
| "Move Message to <folder>" |
|
| "Show Calendar for Tomorrow" |
|
| When you are editing or viewing a message, you can say any of the following things. Make sure that you turn off using Microsoft Word as your e-mail editor or these macros may not work properly. |
|
| "Flag as <priorityLevel>" |
|
| "Flag This Message as <priorityLevel>" |
| |
 |
<priorityLevel> = "High Priority", "Normal Priority", "Low Priority" |
|
| "Flag This Message as <flagType>" |
| |
 |
<flagType> = "Follow up", "For Your Information", "Forward", |
| |
 |
"No Response Necessary", "Do not Forward", "Call", "Review" |
|
| "Forward This Message to <userName>" |
|
| "Forward This Message to <userName> and <userName>" |
|
| "Forward to <userName> and <userName>" |
|
| "Forward This Message to <userName> <userName> and <userName>" |
|
| "Forward to <userName> <userName> and <userName>" |
|
| "Send This Message to <userName>" |
|
| "Copy This Message to <userName>" |
|
| "Move This Message to <folder>" |
|
| <fieldName> = "Subject", "Body", "Message" |
|
| There is a hard coded list of user names in the DVC file which you will have to personalize. You may also have to change the list of folders to match your own Outlook configuration. |
|
| Here is the outlook.dvc file which contains the commands. You can download it to examine and if you want to try the commands you can add it to your own global.dvc file using the NatMerge Utility Program. |
|