Fabrizio Pugliese
Fabrizio Pugliese

Reputation: 11

How to Open a outlook mail from apex code

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

Answers (1)

Martin Borthiry
Martin Borthiry

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

Related Questions