Hello, I'm trying to get WF to send an email and "@mention" a user so that the person will be able to see the email in his mentions filtered folder.
I've had some minor success using this HTML coding "<a id=OWAAM5212D6874BBD414FB3164A31089C3AAEZ href="mailto:%(EmailToken)"><span style='font-family:"Calibri",sans-serif;text-decoration:none'>@%(UserName)</span></a>"
This will properly highlight the person referenced and open up their address/contact card BUT it doesn't add the "@" symbol to the email and doesn't show up under mentions.
After doing some research, it looks like the email header also has to contain have "X-mentions: %(EmailToken)". Is it possible to send an email from WF and have a value inserted into the header when received by the email server? Maybe through some extra HTML coding or something?