Questions tagged [pst]

File format used by Microsoft Outlook to store data locally.

Personal Storage Table (pst) is a file format used by Microsoft Outlook to store data locally. This includes emails, calendar events etc.

196 questions
0
votes
1 answer

Who is using PST file in my organization SCCM

I need to find out who is using PST file in my organization. i thougt maybe it easier to fo it using SCCM 2012 query. but i didn't found any help on google. the search need to contain the path: C:\Users\*user*\AppData\Local\Microsoft\Outlook can…
Guy Hemed
  • 1
  • 1
  • 2
0
votes
1 answer

Invalid value for Integer(): "\x17" mapi pst

Hi I am trying to create a PST reader application of Outlook with Ruby ruby-msg. I have setup the repository and trying to run the code and it alsways shows the following error lib/mapi/pst.rb:167:in `%': invalid value for Integer(): "\x17"…
Vipin Singh
  • 532
  • 1
  • 7
  • 24
0
votes
1 answer

Azcopy psts getting error 404 attempting to upload Need to download lower version

Getting Error parsing destination location "https://f47hr7hfh74hf4747fh74fh74.blob.core.windows.net/ingestiondata": Failed to validate destination: One or more errors occurred. The remote server returned an error: (404) Not Found. The specified…
0
votes
1 answer

Export all mailboxes' contacts to CSV

Is there a way to export all the contacts for each mailboxes in Exchange 2010 to a format easy to import to MS SQL? (i.e. CSV) So far I got this working but a PST format is absolutely pointless: foreach ($i in (Get-Mailbox)) {…
JulioQc
  • 310
  • 1
  • 4
  • 20
0
votes
1 answer

Features Redemption use to work with OST files

As is known, OST and PST files correspond to a single specification of binary Personal Folder File format. Some tools (in particular, PST.NET) allows to read OST file, just as if it were a PST file. Can I use Redemption to work with the OST to a…
Umka
  • 1
  • 1
0
votes
1 answer

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 have to do it for each testcase otherwise I get…
laura
  • 155
  • 3
  • 13
0
votes
2 answers

check is variable is null before insert into mysql table

I update dates in mysql table. My problem is that some dates is null don't insert into table. I use this check but my problem is for type int public void Salva(String query){ int i = 1; try{ con=Connessione.ConnessioneDB(); …
Agatino
  • 11
  • 3
0
votes
1 answer

Python: How to get internal directory structure of Outlook PST file?

Is there any Library for Python (Windows) to read the Internal Directory structure of PST file eg. Inbox, Drafts, etc including Folders created by Users.
jaymin581
  • 165
  • 3
  • 15
0
votes
2 answers

PST : How not to put a MailboxRequest in a queue

I need to export some PST. Problem is, when I use my foreach-object to export every PST one by one, they are all put in queue. But an other program is supposed to work using the PST at the same time. dir | foreach-object { $var =…
Kikopu
  • 155
  • 1
  • 2
  • 10
0
votes
2 answers

Is it possible to determine the ownership of a PST from a PST?

I believe the answer is no, but need confirmation. In the binary format of a PST is there some property which can help determine the ownership of the PST correctly ?
sunny
  • 824
  • 1
  • 14
  • 36
0
votes
1 answer

Recreating PST files

I am ingesting PST into Enterprise vault and I have some that fail. In some cases I have to recreate the PST file by opening it in Outlook and exporting the contents to a new PST file. Is it possible to do this with powershell? I am creating the new…
Andy White
  • 65
  • 3
  • 9
0
votes
2 answers

Can a PST file contain a PST file?

I'm working with PST files using outlook-redemption and I've got a conceptual question: Can a PST file contain a PST file? i.e. are PST files recursive-enabled? I know that a PST file can contain an email item with a PST attachment, but is it…
Freestyle076
  • 1,548
  • 19
  • 36
0
votes
2 answers

Eml to pst Redemption C# -> Null Exception RDOMail

i'm trying to create a program that conver eml file into a single pst. i have write that command: RDOSession session = new RDOSession(); RDOPstStore store = session.LogonPstStore(newpstpath); RDOFolder folder =…
0
votes
2 answers

Export a folder within PST to CSV

I am trying to solve a problem with C#. I am able to import PST to outlook. Then use Import and Export option of Outlook to convert a folder within PST (chats) to CSV. how can i do the same using C#? If there is anyone who can help me with the code…
maverick
  • 129
  • 1
  • 3
  • 14
0
votes
1 answer

Process is stuck in pstStore.Remove() method

Pstcreation works properly with outlook installed. Now, I am trying to create a pst file with standalone version of MAPI . But my process is stuck in pstStore.Remove(). . Further I shut down the pst creation process while it was stuck in…
Sameer
  • 3,124
  • 5
  • 30
  • 57