gettingstarted
[Top] [All Lists]

Saving email Objects to disk

To: getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Saving email Objects to disk
From: "Jon" <jon at scruffyduck dot co dot uk>
Date: Sat, 28 Aug 2004 22:54:50 +0100
Delivered-to: gettingstarted at lists dot realsoftware dot com
Priority: normal
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>

<Prev in Thread] Current Thread [Next in Thread>
  • Saving email Objects to disk, Jon <=