I have a link email.
I want the email app to open when these email links are clicked.
In the property, it is asking for onclick action.
but I don't know how to set that up.
Hi Rhyz,
In order to open the email app with the selected email, all you need to use is the RedirectToURL option and the "mailto:" prefix, so your logic should look something like this:
This should open the system's default mail application to send an email to the email in question.
Hopefully that helps!