405
Views
4
Comments
Solved
How can I implement functionality to open Email applications by clicking on a link?

By clicking on above link in red colour, I have to implement functionality which gives me options to select Email application as given in the image below:


How can I achieve this functionality in OutSystems?

2021-06-14 11-14-04
Douglas Tadeu Montemor
Solution

Hello Savani Nimonkar,

Example:

Expression

Link

URL: "mailto:" + CandidateShow.Record.Candidate.Email

Publish.

I hope it's useful

Best reguards.

UserImage.jpg
Savani Nimonkar

Hello,

For reactive we do not have navigate. so what will be alternative for it?

Thank you.

2021-06-14 11-14-04
Douglas Tadeu Montemor
UserImage.jpg
Savani Nimonkar
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.