CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Read .pst file

  1. #1
    Join Date
    Dec 2004
    Location
    Pakistan(Skardu)
    Posts
    64

    Question Read .pst file

    Hi All
    I wana read outlook .pst file through my application that is in C#..can any body help me that how can we read .pst file using .net
    during my research i found there are three ways

    1-MAPI / Extended MAPI (.Net, Delphi)
    2-Redemption.dll
    3-Outlook object library

    I wish to do with "Outlook object library" plz help me ...
    thanx

    Adnanio Brzzzz

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Read .pst file

    There are complete working samples on MSDN.....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    Dec 2004
    Location
    Pakistan(Skardu)
    Posts
    64

    Smile Re: Read .pst file

    thank you sooo much I found at

    http://support.microsoft.com/kb/310258

  4. #4
    Join Date
    Dec 2004
    Location
    Pakistan(Skardu)
    Posts
    64

    Question Re: Read .pst file

    have u any idea about redemption.dll
    its example or code
    thanx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured