| Author |  | 
      
        | keith Newbie
 
  
 
 Joined: 02 June 2007
 Location: Malaysia
 Online Status: Offline
 Posts: 1
 | 
          Hi, can i store all the email into mssql server? if yes, can i have the sample code?
           | Posted: 02 June 2007 at 11:20pm | IP Logged |   |  
           | 
 |  thanks
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          MailBee.NET Objects has no built-in tools for storing email in database because each application needs to have this performed in its own way and universal solution would not be satisfactory. Instead, MailBee.NET Objects provides you with full access to the entire message or any of its parts, and you're free to implement any e-mail storage you need. For instance, if you might need to store messages in parsed form (this will make it possible to perform search over the message data but lose the original structure of the message). Or, maybe you need to store the entire source of the message as binary array of data (BLOB). Or, you would like to serialize the message into XML and save it as TEXT, etc.
           | Posted: 03 June 2007 at 5:24am | IP Logged |   |  
           | 
 |  
 You should first decide how exactly you want to store messages prior to creating the implementation.
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |