Avatar of SchoolTeacher54
SchoolTeacher54

asked on 

VB.net 2010 and GMAIL

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")
Email ClientsVisual Basic.NET

Avatar of undefined
Last Comment
Karrtik Iyer

8/22/2022 - Mon