OpenPop.NET POP3 Library Documentation

Message.ToMailMessage Method

This method will convert this Message into a MailMessage equivalent.
The returned MailMessage can be used with SmtpClient to forward the email.

You should be aware of the following about this method:

public MailMessage ToMailMessage();

Return Value

A MailMessage object that contains the same information that this Message does

See Also

Message Class | OpenPop.Mime Namespace