Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > To extract attachement from MS Exchange Server, in JAVA.

Reply
Thread Tools

To extract attachement from MS Exchange Server, in JAVA.

 
 
cipher
Guest
Posts: n/a
 
      02-07-2006
I have a requirement to read emails from an outlook email box (Exchange
Server)
and extract excel attachments, followed by processing of the attached
excel file.

We plan to implement this as a Java Daemon process scheduled as a
cronjob.

Any inputs on how this can be done is welcome.

 
Reply With Quote
 
 
 
 
Gordon Beaton
Guest
Posts: n/a
 
      02-07-2006
On 6 Feb 2006 21:53:39 -0800, cipher wrote:
> I have a requirement to read emails from an outlook email box
> (Exchange Server) and extract excel attachments, followed by
> processing of the attached excel file.
>
> We plan to implement this as a Java Daemon process scheduled as a
> cronjob.
>
> Any inputs on how this can be done is welcome.


JavaMail supports IMAP, as does Exchange. Use that to get the mails
and extract the attachments. Jakarta POI can be used to handle Excel
files.

http://java.sun.com/products/javamail/
http://jakarta.apache.org/poi/

/gordon

--
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send style sheet as an attachement in a mail subhadeep.de@gmail.com Java 1 02-26-2005 01:32 PM
Forwarding as attachement + editing Ranjit Firefox 2 10-24-2004 04:30 PM
Re: Error in sending attachement with Smtp.Mail Scott Allen ASP .Net 2 02-17-2004 04:36 AM
open vs save attachement function Wade Eyre HTML 3 02-03-2004 08:46 AM
Java Mail Question : Attachement Problems Lee Java 3 11-04-2003 01:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57