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

MimeMessage.SetBody Method 

Initializes the body

public void SetBody(
   string body,
   MimeTransferEncoding TransferEncoding,
   MimeTextContentType ContentType
);

Parameters

body
The body text
TransferEncoding
The Transfer encoding format
ContentType
The Mime content type

See Also

MimeMessage Class | SmtPop Namespace