Top "Pst" questions

File format used by Microsoft Outlook to store data locally.

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 …

python datetime pst pytz
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, …

c# outlook outlook-2007 outlook-2003 pst
Registry key to find pst locations?

For outlook 2010 we had the outlook profiles set under:- HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows Messaging Subsystem\\Profiles. …

outlook registry pst
Outlook PST File Parsing in Python

How can I parse and read an outlook pst file in Python?

python outlook pst
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 …

java email jakarta-mail pst eml
How to read a .pst file using c# code

Is it possible to read a .PST file using C#? I would like to do this as a standalone application, …

c# pst
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 …

vbscript outlook pst
Convert GMT to IST (India Standard Time) using javascript?

I have a date format is GMT or UTC. var mydate = '2020-01-14T17:43:37.000Z' I want to convert …

javascript date timezone utc pst
How to disconnect PST file from Outlook using Powershell?

I'm trying to write a script to disconnect PSTs files from Outlook. I've been trying with something like this: $Outlook = …

powershell outlook pst
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.…

outlook ms-office pst