I need to open and prepopulate (compose) a Gmail message. The following code does indeed compose the message however the users default signature is omitted that is undesirable.
How can I 'compose' a message, pre populate the message (I've got this part down) however ALSO include the default signature?
System.Diagnostics.Process
.Start("
https://mail.google.com/mail/?view=cm&fs=1&to=" & Company_Main_Contact_email
_1TextBox.
Text & "&su=SUBJECT&body= Please enter your message here")