Reputation: 439
is it possible to open attached document from outlook using java?
Every hour i receive email with text file attached. i have to open and extract some data from this text file and store it into another text file.
So what i'm doing is to open the email, then right-click and save the attached file for extracting data it's ok.
How could i do it fastly?
thanks
Upvotes: 0
Views: 682
Reputation: 171
You can conntect to Outlook with a COM-wrapper. There are libraries like COM4j. You can access the email, extract the data. But IMAP is much simpler.
Upvotes: 1