Creates a new instance of a MimeBodyPart()
Creates a new instance of a MimeBodyPart()
public MimeBodyPart();
Creates a new instance of a MimeBodyPart, and also sets the contents of the part.
public MimeBodyPart(string);
Creates a new instance of a MimeBodyPart and sets the contents and format of the part.
public MimeBodyPart(string,MailFormat);