Link to home
Start Free TrialLog in
Avatar of RobertoFreemano
RobertoFreemanoFlag for United Kingdom of Great Britain and Northern Ireland

asked on

mailto: Outlook/vb.net (2003) - I need Plain Text formatting...

Hi Experts,

I have a form with a combobox; textbox1 and textbox2. When I select an email address from a list in combobox1 and type text into Textbox1; Textbox2 already has  lots of text already typed, separated by vbCrLf... I click on a Button1 and it starts Outlook with the required text populating.

 Process.Start("mailto:" & ComboBox1.Text & "?subject=" & TextBox1.Text & "%20-%20" & TextBox2.Text & "&body=" & TextBox2.Text)

So far so good, However, I would like outlook to open a new message in Plain Text format. At the moment, it opens with HTML formatting by default.

Any Ideas,
Roberto
ASKER CERTIFIED SOLUTION
Avatar of Member_2_3654191
Member_2_3654191
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial