This node reads PST (Personal Storage Table) files (.pst).
Starting from the root folder, the node traverses through each folder in the PST file. For each folder encountered, it examines its contents, which may include subfolders and individual messages. Each message has a unique ID, which is used as the folder name where that message's attachments are stored. You can choose whether or not to extract attachments.
If attachments are extracted, the Attachments column will provide the exact location of each attachment object.
PST Reader is using libpff-python libarary which requires having C++ Built Tools installed on your Operating System.