Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3432414
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:26:47+00:00 2026-05-18T07:26:47+00:00

I have a windows forms application that I am adding a request support form

  • 0

I have a windows forms application that I am adding a request support form to, and would like the user to be able to input the values and hit a button. Once the button is pushed I can either:

  1. Open a new mail message and auto populate the message. (Not sure how to do this)
  2. Submit the request via a http form on my website. (I know how to do this)
  3. Send an email directly from the code of the application. (I know how to do this)

What I want to know is what would be the best method to use? I think option 1 is the most transparent, and the user will see exactly what is being sent, but I am not sure how to ensure it works no matter what email client they use.

I see there being potential issues with option two, specifically a firewall possibly stopping the submission. But option 2 would allow me to supply them with a ticket number right then and there for their request.

Thanks for the help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T07:26:48+00:00Added an answer on May 18, 2026 at 7:26 am

    For Option 1, as suggested, use the mailto handler.

    Format your string like so: string.Format("mailto:support@example.com?subject={0}&body={1}", subject, body). Don’t forget to UrlEncode the subject and body values.

    Then use System.Diagnostics.Process.Start() with your string.

    This will launch the registered mail handler (Outlook, Windows Live Mail, Thunderbird, etc) on the system.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Windows Forms application that I wrote that does some monitoring of
I have a Windows Forms (.NET) application that can have multiple documents open simultaneously.
I have a client server based windows forms application that needs an administrator only
I have an application that displays an image inside of a Windows Forms PictureBox
I have a windows form application that uses a Shared class to house all
Scenario I have a Windows Forms Application. Inside the main form there is a
I have been tasked to create a form designer application in Windows Forms. The
I have several .NET Windows Forms applications that I'm preparing to convert into a
I have a Windows Forms application in C#/Visual Studio 2008 with an IE WebBrowser
I have written a C# Windows Forms application to merge the files and folders

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.