Re: storing e-mails using delphi!


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by Rbrrneck on September 30, 2002 at 19:54:34:

In Reply to: storing e-mails using delphi! posted by Arif Shaon on September 30, 2002 at 07:56:41:

: Hi, I am trying to develop a program that will store and retrieve e-mails, recieved in outlook express or similar application. Could u please help?? Detailed suggestions (even code) will be very much appreciated!
: Thanks
: Arif

Hmm, the guys in M$ use some weird format to store the folders(including the inbox) in OE. These files are located in:
C:\WINDOWS\Application Data\Identities\{your identitie in hex code}\Microsoft\Outlook Express

To find out how to use this file format I suggest you look at the MSDN library....But why get mail from outlook and other applications? Why not get the mail using your application, there is an already written example in the Demos folder that does this....
About storing , the sky's the limit, you can store the mails as plain txt files, binary...it's up to you,
Hope this helped,
Rbrrneck


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]