aspNetEmail

MimeBodyPart Constructor

Creates a new instance of a MimeBodyPart()

Overload List

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);

See Also

MimeBodyPart Class | aspNetEmail Namespace