Exploring outlook contents

S

Subir

Hi,

I am new to this group, I m trying to build an application to
explore the outlook contents. I don't want to go through the registry
keys. The application gets a .pst file and then uses it to explore the
contents (inbox, folders, sent items etc.). Does anyone has any info
regarding this, also if anyone has any code which does something
related to what I want, please let me know.

-Subir
 
K

Ken Slovak - [MVP - Outlook]

The registry wouldn't help you anyway, all Outlook content is stored in mail
stores such as PST files or Exchange mailboxes.

Go to www.outlookcode.com and start looking at the information and the code
there. Also, I'd recommend a beginner's book on Outlook programming, such as
Sue Mosher's book which is listed at the outlookcode Web site.
 
Top