Simple Mail and Post Office Protocol for .Net (SmtPop)

MimeAttachment.SetBodyHtml Method 

Initilizes attachment as html. The text is coded in utf8 Base64

public void SetBodyHtml(
   string body
);

Parameters

body
The body text

See Also

MimeAttachment Class | SmtPop Namespace