function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bibbi84bibbi84 

Issue: Open outlook mail from Apex

Hi,

 

 

i am using the Email Services to create my application. Now i have a question, is possible to open an outlook email from apex?

I would to click on a button and open a mail in outlook.

 

 

Thanks to all,

 

F.P.

JitendraJitendra

Hi,

 

This is not possible. The outlook is information is saved in Local system however the salesforce information is on cloud. How could you relate the link ? 

bibbi84bibbi84

This is the question : you know if exist a protocol to open the outlook mail?

And if this protocol exist, is possible to use with apex?

D.M.D.M.

Apex code runs on cloud server.

Outlook runs on your own PC.

 

It is possible Apex could tunnel out to your PC *if* your firewall permits it.

 

More likely you could put stuff in the original VF to locally invoke the Outlook program (simplistically, like mailto: )

 

Otherwise "no"