Re: mail features in java
Posted By:
Gautam_Marwaha
Posted On:
Wednesday, July 17, 2002 03:39 AM
You probably want to pull out email from a MS Exchange mailbox and NOT from MS Outlook. MS Outlook usually pulls out mails from a mailbox residing in MS Exchange + sends mail to Exchange which sends them out
Yes you can do retrieve emails from Exchange with JavaMail. You will have to use IMAP to achieve this. The JavaMail distributions contains an example of a mail client which uses IMAP. Also, if you want to send mail with JavaMail, you will find examples in the distribution which use SMTP for this.