Framework 3.5 mailMessage serializable.

G

Guest

I have to rewrite an email archiving application. I was wondering if in .net
3.0 or 3.5 whether the mailMessage was serializable. I know in 2.0 it is not.
 
W

Walter Wang [MSFT]

Hi Chuck,

The MailMessage in .NET 3.x is still not serializable.

Please refer to following article by Jeffrey Richter on how to serialize a
type that was not originally designed to be serialized:

#.NET: Run-time Serialization, Part 3 -- MSDN Magazine, September 2002
http://msdn.microsoft.com/msdnmag/issues/02/09/net/


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top