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 MimeMessage(IEnumerable<InternetAddress>, IEnumerable<InternetAddress>, String, MimeEntity) Constructor

PaKrop079 opened this issue · comments

commented

Which part are you struggling with? The MimeEntity body argument?

Take a look at the README.md file for examples of how to create a message body, keeping in mind that MimeEntity is an abstract base class for other classes like Multipart, MimePart, TextPart, and MessagePart.