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")
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
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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.