I found out that in order to open a Gmail compose screen you’d have to be logged in and open the following link:
Replacing the variables fills in the corresponding places on the compose form. However if I want to enter into the body multiline text or line breaks its just not working even if I urlencode it. Any ideas here?
Check that your UrlEncode method really translates newlines into “%0a”. Here’s an example of a 2-line email body:
https://mail.google.com/mail/?view=cm&ui=2&tf=0&fs=1&to=WHOEVER%40COMPANY.COM&su=SUBJECTHERE&body=LINE1LINE2