Reputation: 11
i am a Salesforce developer. I have an application by which i can read mail after click on a row in a table that is in a Visualforce page. Now i would add another enhancement : i want click on a row and open an outlook mail that is on my pc. Is this possible? Does exist an outlook protocol by which i can navigate to a mail ?
Thanks to all,
F.P.
Upvotes: 0
Views: 1476
Reputation: 5326
You can create in your VP a link to outlook mail like this:
<a href='Outlook:00000000CC63759F18171E46835E96E44971FDFB07006446′>Email subject here
Set Outlook as protocol and link de GUID (Globally Unique Identifier).
Read here for more info
Upvotes: 1