Skip to main content

Questions tagged [pst]

File format used by Microsoft Outlook to store data locally.

pst
0 votes
1 answer
32 views

Create outlook com-object without mail account

I need to create PowerShell Script to test pst-files for password protections. I'm trying to do this thru outlook com-object creation. But this method requires pre-created email profile. How can I get ...
Posix's user avatar
  • 21
0 votes
0 answers
85 views

react apex charts x axis labels and tool tip showing different times instead of actual PST time

i am new to react js and i am using react apex charts of chart type line and getting the data from backend in the form of json array and coming to the issue the data has time as key in UTC iso format ...
Harish Mahi's user avatar
0 votes
0 answers
242 views

Extract meta data from Microsoft PST file with Python and pypff

I am encountering a problem extracting meta data from a PST file. As you can see in the code I am using pypff to read the PST file. I need to extract the following data from the emails: sender, ...
Legion's user avatar
  • 1
0 votes
0 answers
161 views

how to generate a pst from folders and eml files with python

I currently have a script that generates email backups from an email account over an IMAP connection. This script downloads all emails in EML format, also creates subfolders and saves emails in their ...
Brayan Gonzalez's user avatar
0 votes
2 answers
229 views

Extracting message attachments from PST files Microsoft Outlook using python

I have a PST file with messages. I need to extract all attachments in messages using Python and save them separately in another directory with the same names as they actually have. Please tell me how ...
Vladimir Bait's user avatar
0 votes
2 answers
68 views

Parsing the pst file for the owner

I am analyzing a Microsoft Outlook PST file using python 3 and I need to find out who owns this mailbox. The name of the owner and the name of his mailbox are enough for me. Please tell me, is it ...
Vladimir Bait's user avatar
0 votes
0 answers
57 views

Trying to Convert .MSGs in multiple sub folders into .PST

Good Morning, I'm trying to use PowerShell to convert MSGs to a PST Was using DocuWare to archive emails but now trying to use Barracuda. DocuWare exported the emails as .MSGs and Barracuda does not ...
Jamaal's user avatar
  • 1
0 votes
0 answers
88 views

How to use the python pypff library to find the start and end time of an event in the outlook calendar (*.pst)

How to use the python pypff library to find the start and end time of an event in the outlook calendar (*.pst)? Using my recursive function, I get access to calendar events as messages, and then I get ...
Sergey Petrilin's user avatar
0 votes
1 answer
189 views

Java code to read outlook PST files to get mail address in TO, CC

I want to get the list of all email as unique addresses by using a library named Java libpst. The problem is that the library suggest to read all the message from the root folder but what about the ...
Francisco Ramirez's user avatar
0 votes
2 answers
167 views

How to find the folder reference and add appointment to non default calendar/folder through Excel

I've been building some VBA for a calendar events to be generated through an excel macro. My issue is that I want the event to go to a non default calendar but i'm struggling through my reading here ...
MikeB's user avatar
  • 3
0 votes
0 answers
372 views

Trouble converting .mbox to .pst using the libratom library

Trying to use the libratom library to convert a gmail extract (saved as .mbox) to a .pst to be able to open it in MS Outlook. Not able to use already created software due to security reasons. Need to ...
K_P's user avatar
  • 1
1 vote
1 answer
266 views

export Outlook emails to PST with Python win32com.client

from pathlib import Path import win32com.client # Creation du repertoire output_dir = Path.cwd() / "Backup" output_dir.mkdir(parents=True, exist_ok=True) # Acceder à outlook outlook = ...
tandian's user avatar
  • 11
1 vote
0 answers
451 views

Unable to install pst library

Trying to run python code to extract PST file. The code itself is here: import pypff pst = pypff.file() pst.open("File.pst") pst.close() And here is attempt to install PST module libpff. $ ...
smart2004's user avatar
1 vote
3 answers
181 views

In MS Outlook VBA, how to find hidden data in a MailItem

Environment: MS Office LTSC Pro Plus 2021 under Windows 11 Pro 64 Background A couple of weeks ago, I had the startling experience of watching my Outlook inbox fill up with thousands of copies of old ...
NewSites's user avatar
  • 1,659
1 vote
0 answers
373 views

PST to EML with Python

I am looking for how to "convert" from PST to EML in Python. Is there some way to convert a PST file to EML while keeping the formatted text and attachments? I was not able to find it on ...
NobodyKnowsAboutMe's user avatar

15 30 50 per page
1
2 3 4 5
14