Author |
|
diangy Newbie
Joined: 26 December 2008
Online Status: Offline Posts: 1
|
Posted: 26 December 2008 at 11:47am | IP Logged
|
|
|
Is there an easy way to convert a MailBee.Mime. MailMessage into a standard System.Net.Mail.MailMessage.
I realize I can do it manually, but I was wondering if there is an easy way to do this.
Our system uses the System.Net.Mail.Message in other parts of the application and we don't want to have to go through it and change this reference throughout our code.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 27 December 2008 at 2:04am | IP Logged
|
|
|
There is no way to perform a conversion of such kind automatically. System.Net.Mail.MailMessage class doesn't provide any interface for copying complete email message structure, it only allows specifying separate fields.
Regards,
Igor
|
Back to Top |
|
|