Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
13answers
17k views

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 ...
4
votes
2answers
643 views

reading outlook pst files without outlook

is it possible? i don't want to use COM outlook dll , is any free .net librarys?
3
votes
1answer
102 views

Issue with moving email items from one pst to other via VBA Code

I am trying to move email from one pst to other, base on certain criteria. Here, below is sample code gotten from here. The important part of the code, which moves message, is as below: If ...
2
votes
1answer
530 views

Remove password protection from an outlook .pst file programmatically

I am working on a project which involves reading through a lot of Outlook.pst files. These files are all password protected but I have the password in question. The problem is that it's very tedious ...
2
votes
2answers
530 views

read contents of .pst file with php

Is it possible to somehow use PHP to read the contents of a .pst file?
2
votes
2answers
8k views

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?
1
vote
1answer
97 views

Create an email object in java and save it to file

i need to backup the emails contained in a PST file (outlook storage). i'm using libpst which is the only free library i found on the web ( http://code.google.com/p/java-libpst/ ) so i can access all ...
1
vote
1answer
118 views

Loop Through PSTs in Outlook 2003 with VBA

In Outlook 2007, I am able to loop through mails stores, including PSTs, using code like this: Dim stores As Outlook.stores Set stores = objNamespace.stores Dim store As Outlook.store For Each store ...
1
vote
1answer
175 views

Using VBScript List Out All Outlook Profiles and PST's

I am attempting to write a script to check for Outlook profiles and find their relavent pst's and write it to a txt. We have some users who have to have 2 seperate profiles and who have to store some ...
1
vote
0answers
178 views

Change Sender Email Address in Outlook 2003

My company has changed my email address :-( I have thousands of emails in Outlook that use the old email address, but as far as Outlook is concerned, these are from a different person. This is ...
1
vote
0answers
495 views

MS Exchange 2010: cmdlet Not Executing Correctly as a Scheduled Task

I've been using a Scheduled Task and the New-MailboxExportRequest cmdlet to export my organization's mailboxes to .PST archive files each night for awhile now. Unfortunately, the ExportRequests are ...
1
vote
1answer
69 views

How can I access hidden contact properties when exporting to .csv vs .pst in Outlook 2007?

I want to export contacts from Outlook 2007 to a format which can be opened in plain-text for modifying using a program. When exported to .pst format and re-imported, the contacts seem to retain some ...
1
vote
1answer
378 views

Python - Setting a datetime in a specific timezone (without UTC conversions)

Just to be clear, this is python 2.6, I am using pytz. This is for an application that only deals with US timezones, I need to be able to anchor a date (today), and get a unix timestamp (epoch time) ...
1
vote
1answer
295 views

nmapi parsing pst files

is any sample how to parse pst files? official site has nothing
1
vote
1answer
386 views

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 ...
1
vote
1answer
609 views

Outlook PST File Parsing in Python

Is there a library available in Python we can use to parse and read an outlook pst file?
0
votes
0answers
40 views

Count mails in a pst

All, I want to write a script to point at a directory that contains multiple .pst files, that will output a count of all the mails in each pst. I have read that it is necessary to have outlook ...
0
votes
1answer
25 views

Outlook msg format - how to construct __nameid_version1.0 stream

I have been working with an open-source project called pstsdk up on codeplex. My current task is to generate msg files from the pst. Mostly I have been successful but to make it complete I want to be ...
0
votes
1answer
58 views

Outlook PST export fails because of custom form errors?

I am trying to export a user's calendar from Outlook 2007 to a PST file. The calendar contains appointment items making use of an obsolete custom form (written in VBS). This form attempts to ...
0
votes
0answers
194 views

auotomatic outlook .pst import problem vbs

I wrote a script which can find .pst and import outlook. For example, this script found 4 folder but only one import outlook. Another problem, this script can't aoutomatic find path whish is in ...
0
votes
0answers
22 views

Running Mapitool from client php script

I am using MapiTool.exe to extract msgs from a pst file, and it works great when I run it as administrator from the cmd prompt. However, when I try to run it from a client computer using a system ...
0
votes
2answers
342 views

Move PST files to server via VB

At work we've picked up a new exchange server, so my boss was going to have me go around to all our computers and manually move all the open PST files people had to their folder on the new server. I, ...
0
votes
1answer
109 views

Compressing an Outlook PST programmatically

This Article is the only resource I can find that says the API for compressing a PST file is not exposed. Can anyone verify this or provide information otherwise? Thanks
0
votes
0answers
141 views

Hide deleted items folder in Outlook PST

We are building an Outlook addin which used custom PSTs and are trying to determine if there is a way to programatically hide the Detle
0
votes
3answers
350 views

Beginner's guide towards a linux based solution to read mail content (including attachments) from MS Outlook's .pst files

I have just started with the basics of how MS Outlook stores its mails in its own format (.pst format) and I have to deliver a script (search something or write my own) which - parses these .pst ...
0
votes
1answer
108 views

Outlook PST FUSE driver or FOSS library

I'd like to mount an Outlook PST file and browse its contents as it if were a filesystem containing well-formed txt/html/rtf/etc files plus attachments. Is it possible through FUSE or some other ...
0
votes
1answer
500 views

C++: Getting the “error C2065: 'pst' : undeclared identifier” while using pstsdk?

Following the suggestion of working with the pstsdk in this question: Processing Microsoft Office Outlook 2003/2007 email messages… And following the instructions here: PST File Format SDK - PST ...
0
votes
1answer
180 views

java pst library

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 ...
0
votes
3answers
84 views

Product for Microsoft Outlook Email Archive

Are you guys aware of any third party product for archiving emails of Microsoft Outlook?
0
votes
1answer
369 views

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 ...
0
votes
1answer
519 views

outlook PST File extracting via libpst + python

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 ...
0
votes
2answers
728 views

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 ...
0
votes
1answer
1k views

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.
0
votes
1answer
872 views

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?
0
votes
3answers
1k views

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 ...