pst Questions

3

Solved

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 ...
Pivot asked 17/11, 2011 at 13:7

1

Searching the Internet for accessing Outlook PST-Files with Python gives very little results (and most of the stuff shown is outdated). Does anyone know how to read a PST with or without a library?...
Linkboy asked 9/11, 2021 at 21:25

2

I need a large corpus of PST files (may in GB or TB's) with more mails to test my big data application. I found only Enron data set. Is any other common PST file available to test ? Share me PST...
Tormentil asked 3/2, 2014 at 12:19

2

I have a date format is GMT or UTC. var mydate = '2020-01-14T17:43:37.000Z' I want to convert this date in IST format so according to this date the output I need in this format. var date = '20...
Hard asked 15/1, 2020 at 10:33

13

Solved

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 me...
Alcaeus asked 23/2, 2009 at 15:2

3

Solved

I'm trying to extract PST files using java-libpst-0.8.1 , following https://code.google.com/p/java-libpst/ In my sample pst file, there are several mails. In one of the mail of that pst file, the ...
Utile asked 11/1, 2016 at 14:14

4

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...
Isothermal asked 12/6, 2010 at 17:9

3

Solved

I am using java-libpst.0.7.jar for reading PST messages. I am using the following code to open the PST file to read messages. PSTFile pstFile = new PSTFile("Path of the pst file"); I have to clo...
Afro asked 27/11, 2014 at 6:53

2

Solved

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 ti...
First asked 11/2, 2011 at 22:27

2

Solved

How can I parse and read an outlook pst file in Python?
Gerlac asked 7/7, 2010 at 17:42

1

Solved

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 ...
Imf asked 14/7, 2010 at 8:0

1

Solved

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 La...
Popelka asked 4/1, 2011 at 14:25
1

© 2022 - 2024 — McMap. All rights reserved.