Click here to Skip to main content
15,886,919 members
Articles / Desktop Programming / System

Using Gmail Account to Send Emails With Attachment

Rate me:
Please Sign up or sign in to vote.
4.75/5 (6 votes)
5 Apr 2011CPOL 16.8K   4  
public class MailClass { public static void CreateMailAddresses(string sender, string reciever, out MailAddress mailfrom, out MailAddress mailto) { MailAddress Mailfrom = new MailAddress(sender); MailAddress Mailto = new...

Views

Daily Counts

License

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


Written By
United States United States
I do not claim to be wrong! I just rarely ever write.

Comments and Discussions