pst

How to find full path of Outlook .pst file?

Is there a way to programmatically find the location of the current user's Outlook .pst file(s) through an API call or registry entry? ...

Can I read an Outlook (2003/2007) PST file in C#?

Is it possible to read a .PST file using C#? I would like to do this as a standalone application, not as an Outlook addin (if that is possible). If have seen other SO questions similar to this mention MailNavigator but I am looking to do this programmatically in C#. I have looked at the Microsoft.Office.Interop.Outlook namespace but t...

Where does Outlook store which PST files are mounted?

I'd like to programmatically add a PST file to a person's Outlook profile. I found some code here: http://www.eggheadcafe.com/community/aspnet/65/10030171/try-this-code.aspx While that does the trick, it still leaves the question - "Where does outlook keep this list of mounted PST files?" Is it in the registry? A config file somewhere?...

How to read Outlook nickname list file (.NK2)?

Anyone know how to read Outlook nickname list file (.NK2)? Any document on how its format is? ...

python code to convert mail from pst to eml format

Is there any python code to convert outlook pst mails to eml format. Please also suggest for any such code in some other language. Thank you. ...

PR_USER_X509_CERTIFICATE extra data

Hi, I am trying to import an outlook PST file to my application running on Mac OS X. The PST file consists of contacts created in Outlook. The contacts have X509 certificates added to them. The problem I am facing is ASN decoding of the certificate fails. I have read somewhere that there is extra data before and after the certificate ...

Convert multiple eml files to single PST in C#

I need to write a single function which will take multiple eml files ( may be from a single filesystem folder ) and convert them to a single PST file. Is it possible? if yes can someone provide a sample code? I assume its possible because there are many commercial eml to pst converters out there doing this ...

Outlook PST File Parsing in Python

Is there a library available in Python we can use to parse and read an outlook pst file? ...

read contents of .pst file with php

Is it possible to somehow use PHP to read the contents of a .pst file? ...

outlook PST File extracting via libpst + python

Hello , had anyone successfully import and used libpst via python, to extract outlook PST files : http://www.five-ten-sg.com/libpst/ from source package? It have python bindings but i cannot import after installing (even test.py script comes with it dont work) Here is Mercurial repo to latest version. Can you guys give a try? i need he...

How to handle PST exempt items when calculating taxes on shipping in oscommerce?

I've got a bit of a doozy here. Hopefully someone can point me in the right direction. I'm using both Peter Mosier's instructions on how to set up Canadian taxes, and the Canada Taxes Order Total Module. I'm building a store which sells both books and DVD's, this is causing a real problem when it comes to properly calculating the taxes...

How can I extract EDB (ms exchange storage file) to PST Under Linux? (preferably in Python)

I can extract and read messages from PST files using libpst , but i want to extract from edb files too (not online exchange server but from offline files). And in Linux. Any python lib or any kind for linux commandline tool should help. Thanks. ...

Product for Microsoft Outlook Email Archive

Are you guys aware of any third party product for archiving emails of Microsoft Outlook? ...

Get path of Outlook PST file without using Microsoft.Office.Interop.Outlook

I found several web pages explaining how to get the path of Outlook PST files, but they all use Microsoft.Office.Interop.Outlook. I'd like to avoid a dependency to Office interop assemblies, as they're different for each Office version. Also, this technique is very slow if Outlook isn't already started (since it creates an instance of Ou...

java pst library

hello, I'm wrinting Junit tests and for a specefic actions I need to give path the the java library "pst.dll" I set it from eclipse->run config->VM arguments and I set the path to pst.dll the problem is , I have to do it for each testcase otherwise I get : Exception in thread "Thread-13" java.lang.UnsatisfiedLinkError: no pst in java.lib...

reading outlook pst files without outlook

is it possible? i don't want to use COM outlook dll , is any free .net librarys? ...

nmapi parsing pst files

is any sample how to parse pst files? official site has nothing ...