Sending HTML with drop-down lists

Hello, all

Outlook supports messages in HTML.  Is it possible to send
an HTML with a drop-down list (<select>) in the body so that
the receiver could select a value and send it back?

When I tried to send the following simple list:

  <select>
     <option value="volvo">Volvo</option>
     <option value="saab">Saab</option>
     <option value="mercedes">Mercedes</option>
     <option value="audi">Audi</option>
  </select>

it arrived as fixed text "[Volvo]" without the ability to
choose another value.

Or is there a better way to embed fillable fields into an
e-mail me

March 10th, 2015 4:39am

Hi,

In Outlook, there is a functionality to insert voting poll in a message which may satisfy your needs . To involve a voting poll in your message, click New Email button, under Options tab, you can see the "Use Voting Buttons" button.

Hope this helps.

Regards,

Steve Fan
TechNet Community Support

Free Windows Admin Tool Kit Click here and download it now
March 11th, 2015 2:24am

Steve Fan:

In Outlook, there is a functionality to insert voting poll
in a message which may satisfy your needs . To involve a
voting poll in your message, click New Email button, under
Options tab, you can see the "Use Voting Buttons" button.

I want to do this programmatically, using .NET's standard
System.Net.Mail.SmtpClient class.  Is it possible in HTML or
must I use non-standard Outlook-specific exten

March 11th, 2015 4:20pm

Thank you for the update. Since we are not the best resource for HTML, I'd recommend you post your question in one of the following two forums to get further assistance:

https://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment

http://forums.asp.net/

The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.

Steve Fan
TechNet Community Support

Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 11:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics