Hi all
I have an array of emailmessage objects which are collected during
the execution of my application. At the moment I send them all via
an SMTPSocket as the program closes but I would like to have them
written to disk in case of a crash.
I could write a class which stores the messages as text files on disk
and then I could read them in - convert them to email messages and
send them, but I was wondering if I can write the objects to disk and
read them back as objects - any suggestions much appreciated
Jon
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|