Popular CRM Articles
- Constant Contact vs iContact
- Mail Merge using Outlook
- Outlook 2003 with Business Contact Manager
- Business Contact Manager 2007 vs BCM 2003
- Additional Actions when right-clicking a From or To address
- define CRM
- Types of CRM Reports you can create from Outlook with BCM
- vtiger CRM
- Prophet 5
- iContact vs Aweber
- Heap CRM
- Constant Contact
- ADempiere
- Google + SalesForce = GooForce
- ZOHO CRM
- Microsoft Dynamics CRM 4.0 released
| Additional Actions when right-clicking a From or To address |
|
Ever right-clicked in a received email on the From or To email address or name in MS Outlook? If you have smart tags enabled in Outlook then you've seen for sure an annoying menu called Additional Actions that when clicked showed No Additional Actions found. Well, after some research, I was able to find out how to add items to that list. In the example below you'll see how to add in the Additional Actions list a Google Search, meaning when you'll right click the From: email address or name you'll have the option to go to Additional Actions and select Search with Google just like shown in the image below: First of all, that entire right-click menu in MS Outlook is actually pulled using smart tags. These smart tags are available in other office programs, but this example focuses only on Outlook. To make sure you have that right-click menu shown, in Outlook you have to go to Tools->Options->Other and click on the Enable the Person Name Smart Tag option. Once that's saved restart Outlook and you'll have the smart tags right-click menu but with no Additional Actions. To add an Additional Action you have to create an XML file and put it in a specific folder where Outlook will recognize it. Here are the steps to do so:
The best part about this is that the Google url already contains the name/email address that you'll search for, as this is embedded programmatically in the smart tag itself. If you look at the code, you'll see that I added the {TEXT} option after the q= section, and this {TEXT} actually reads and interprets the name/email address you right-clicked. From now on you can play with this xml as you want and adding the specific actions you need. I'll look on how can I add actions that trigger Outlook components, for instance Creating a task for the email address that was right-clicked. Bottom line is that the whole process of adding these additional actions menu items is not that difficult, with a little research you can customize this menu to do exactly what you want.
If you want to read more about the smart tag creation from MSDN, you can visit the following links: |
| < Prev | Next > |
|---|
















