Need code snippet to read offline PST file

  • Thread starter Thread starter ramserp
  • Start date Start date
R

ramserp

Hi friends,

I have a PST file in my local hard disk and have requirement to read
PST file and parse through all folders and then each message item in
all folders and then segregate them to different folders based on
subject line.


Please kindly send the code for the above requirement.


Thanks & Regards
Ramesh
 
You're going to have to write your own code. Do you know anything about
Outlook programming at all? You can start out by looking at information and
code samples at www.outlookcode.com.
 
Check PST .NET: http://www.independentsoft.de/pst/index.html
Hi friends,

I have a PST file in my local hard disk and have requirement to read
PST file and parse through all folders and then each message item in
all folders and then segregate them to different folders based on
subject line.


Please kindly send the code for the above requirement.


Thanks & Regards
Ramesh




--
ramserp
On Monday, March 22, 2010 9:15 AM Ken Slovak - [MVP - Outlook] wrote:
You're going to have to write your own code. Do you know anything about
Outlook programming at all? You can start out by looking at information and
code samples at www.outlookcode.com.
Submitted via EggHeadCafe
C# .NET Optional Parameters and Named Arguments
http://www.eggheadcafe.com/tutorial...toptional-parameters-and-named-arguments.aspx
 
Back
Top