I have the follwoing for submitting an email.
Office365Outlook.SendEmail("HIDDEN EMAIL",TextEmailSubject1.Text,TextEmailMessage1.Text);Reset(TextEmailMessage1)
Currently the Subject is set to a default value of "Feedback" but i woul dlike to remove the text box and have a dropdown so that when submitting the email the value from the dropdown is shown in the subject field.
Dropdown = dropdown4