My Linux Stuff - Complete Blog For Linux Articles

My Linux Stuff - Complete Blog For Linux Articles

A Website For Complete Linux OS,Step by Step linux Installtion, Linux Tips and Tricks and Linux Stuff and so on... Connect and sharing here....

Subscribe Now!

Enter your email address:

Friday, December 3, 2010

Sending Email with System.Net.Mail

.NET 2.0 includes much richer Email API support within the System.Net.Mail code namespace.  I've seen a few questions from folks wondering about how to get started with it.  Here is a simple snippet of how to send an email message from “sender@foo.bar.com” to multiple email recipients (note that the To a CC properties are collections and so can handle multiple address targets): MailMessage message = new MailMessage();message.From = new MailAddress("sender@foo.bar.com"); message.To.Add(new MailAddress("recipient1@foo.bar.com"));message.To.Add(new MailAddress("recipient2@foo.bar.com"));message.To.Add(new MailAddress("recipient3@foo.bar.com")); message.CC.Add(new MailAddress("carboncopy@foo.bar.com"));message.Subject...

Learn English From Oxford Dictionary

Learn English From Oxford Dictionary Oxford’s dictionaries for learners of English give the help and support you need to expand vocabulary and use words correctly.  We explain words using language learners understand, with illustrations for difficult words, and help with grammar and pronunciation. http://oxforddictionaries.com/page/learnersofenglish/for-learners-of-english Learn English From Oxford Dictionar...

I Gate Fresher Opening in Bangalore

IGATE invites 2010 B.E. / B.Tech / MCA Freshers to walk-in for a recruitment driveDate: Sunday, 5th December 2010Venue: NEW HORIZON College of Engineering, Sarjapur - Marathalli Ring Road, BangaloreRegistration: 5th December 2010 From 8:00 AM – 2:00 PM ( No Prior Registration )Candidates MUST meet ALL of the following criteria:1. B.E., B.Tech or MCA graduates are ONLY eligible to participate2. Candidates MUST have 60% and above (from 10th onwards) in academics3. Candidates MUST not have any gaps in education4. B.E. / B.Tech candidates MUST have...

Freshers Off Campus 2010 @ Tech Mahindra

Freshers Off Campus 2010 @ Tech Mahindra CVs to CH0068482@techmahindra.com Join Ur Buddies and relatives To My Blog and channel www.amditech.t...

Related Posts Plugin for WordPress, Blogger...