jstedfast / MailKit

A cross-platform .NET library for IMAP, POP3, and SMTP.

Home Page:http://www.mimekit.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an Example for MailboxAddress(Encoding, String, String) Constructor

ClueDevelopers opened this issue · comments

Please add an example for MailboxAddress(Encoding, String, String) Constructor.

TODO (optional): Describe a specific scenario you would like to see addressed.

Help Topic: http://www.mimekit.net/docs/html/M_MimeKit_MailboxAddress__ctor_3.htm

Is there something you don't understand about this API?

var mailbox = new MailboxAddress (Encoding.UTF8, "John Smith", "jsmith@example.com");