Format:
Recent snippets matching tags of Mail.dll
using (Imap client = new Imap()) { client.Connect(_server); client.Login(_user, _password); client.SelectInbox(); client.GetAll() .ConvertAll(uid => client.GetHeadersByUID(uid)) .ConvertAll(eml => new MailBuilder().CreateFromEml(eml).Subject) .ForEach(Console.WriteLine);
177 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
