 funmonkee Super Spammer

Joined: 27 May 2004 Karma :  
|
|
 Dawdles Derestricted Danger
Joined: 19 Apr 2008 Karma :   
|
|
 funmonkee Super Spammer

Joined: 27 May 2004 Karma :  
|
 Posted: 19:35 - 14 May 2009 Post subject: |
 |
|
Thanks for the reply
Yeah that's where I was leaning. However, since I can't control the version and internals/serialization of those MS classes, I might create my own versions... that way I can be sure in the future I can manage the conversions... and not feck the database.
I'm just lazy and wanted someone to give me an easier solution  ____________________ **** Don't ride faster than your angel can fly Get this Free Space
The democratically elected Mod of the Scottish Section - The Peoples Choice[b] |
|
 funmonkee Super Spammer

Joined: 27 May 2004 Karma :  
|
 Posted: 20:44 - 17 May 2009 Post subject: |
 |
|
Update: I did have to create a mirror of the intersting information in System.Net.Mail.MailMessage.Attachment. The Attachment object can't be serialised, but my version could (1 liner). I then just converted my object array to binary stream and stored in an image column. I convert back from the binary/image stream to my object array...sorted  ____________________ **** Don't ride faster than your angel can fly Get this Free Space
The democratically elected Mod of the Scottish Section - The Peoples Choice[b] |
|