MailBee.NET Objects 7.1

MailMessage.ConvertFromSystemNetMail Method 

Loads the message from System.Net.Mail.MailMessage object.

public void ConvertFromSystemNetMail(
   MailMessage msg
);

Parameters

msg
A System.Net.Mail.MailMessage object to load the message from.

Remarks

Note   System.Net.Mail.MailMessage exists in .NET framework 2.0 and above.

See Also

MailMessage Class | MailBee.Mime Namespace