Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi Everybody.
I have a form with about 100 fields. I want to send the fields to the destination computer via Email. Can you please guide me how I can Email my form data using C#
Thank you.
Posted

1 solution

Google will find you lots of samples of how to send email from C#. In order to send the data from your form you just need to collect it all together in a format acceptable to the receiver, and add it as the content (or attachment) of your email message.

Here[^] is a sample provided by Microsoft.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900