using System.Collections.Generic;
public static void Main()
var message = new MimeMessage();
message.From.Add(new MailboxAddress("kyle","hijongwon@gmail.com"));
message.To.Add (new MailboxAddress ("Alice", "alice@wonderland.com"));
message.Subject = "How you doin?";
message.Body = new TextPart ("plain") {
What are you up to this weekend? Monica is throwing one of her parties on
Saturday and I was hoping you could make it.