Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Read Outlook .pst file using tFileInputMail

Hi All
I am trying to read outlook .pst file using tFileInputMail job but it reads only .msg files not .pst files
can any one tell me how to read .pst files with or without attachments

Labels (2)
19 Replies
Anonymous
Not applicable
Author

Hi
tFileInputMail will not read pst files. You can use java code to read PST file.
below link wil help you
http://code.google.com/p/java-libpst/

Anonymous
Not applicable
Author

i have seen the link. but it needs some a java-libpst dll to complish this code right ?
but i want do it with talend only, so is there any another way to done this task

Anonymous
Not applicable
Author

Hi
I dont think tFileInputMail can help you with this. You can write a routine to read the PST file using the above link provided.

_AnonymousUser
Creator III
Creator III

Anonymous
Not applicable
Author

I also have faced this problem then i go for Outlook PST Repair to get this done.
http://www.repair-outlook-pst-file.com

Anonymous
Not applicable
Author

You can try http://outlookpstreader.com It is able to work under low system requirements, program works with copies of corrupted pst files.

Anonymous
Not applicable
Author

It might be that the PST file is corrupted as a result you are unable to open it. Outlook PST repair is very much possible through scanpst.exe. It is an inbuilt provided by Microsoft to repair the corrupted PST file. However, if its fails to repair the tool then you may also try third party PST repair tool.
http://www.outlookpst-repair.com

_AnonymousUser
Creator III
Creator III

Hi Umeshrakhe,
To read PST file you can use MS-Outlook Email client. Outlook supports PST file format to store the information. As per your post it is clear that PST file got corrupt and you need to do PST recovery. I suggest you to use Stellar Phoenix PST Recovery software to retrieve the information from corrupt PST file.
Thanks!
William Smith

_AnonymousUser
Creator III
Creator III

I'm new to Talend and hoping that the default functionality of the software will allow me to read an Outlook .msg file. Can anyone confirm that they have used the tFileInputMail component to do this and perhaps share their setup? I have built a job based on the Talend example listed using a .mail file and am getting a null pointer exception.