Link to home
Create AccountLog in
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")
ASKER CERTIFIED SOLUTION
Avatar of Karrtik Iyer
Karrtik Iyer
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of SimonPrice3376
SimonPrice3376

When you say a default signature, is this as a sign off or an image in the email or something else?
By default I mean signature configured in Gmail settings. Once we give body in the url, the signature configured in Gmail doesn't show up.