Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Java Application which will distribute mails from an exchange server

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Java Application which will distribute mails from an exchange server

    Hi Guys,

    I know that this is possible with Java but I would just like to know how and where to start. Basically, we have our Global Mailbox setup and I want to create an application which will distribute the email messages from it to our employees. Reason behind is when using Outlook, our employees can create a rule which can filter the emails they want to get. I need this Java application to have the distribution "in a first come, first serve basis."

    The idea is, each employee will have their own individual login to the Java application and will have control whether they want to start or stop getting mail messages. However, they will not have the option to choose which email messages from the mailbox they want to get.

    Please help me out and give me some information as to what Java related material should I study. Thank you.


  2. #2
    Member
    Join Date
    Dec 2011
    Posts
    50
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: Java Application which will distribute mails from an exchange server

    Hi Rednaxela,

    I suggest you to experiment with the JavaMail API. I wrote some apps to send/receives e-mails based on JavaMail API and it is working great!

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Java Application which will distribute mails from an exchange server

    Hello,

    I have moved your thread to - Java Theory & Questions

    Following on from nickyc, please see - JavaMail API - Third Party Products
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    Junior Member
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Re: Java Application which will distribute mails from an exchange server

    Thank you nickyc and JavaPF for your replies. I will check those Java APIs mentioned.

Similar Threads

  1. Replies: 7
    Last Post: December 28th, 2012, 10:48 AM
  2. DH Key Exchange and Blowfish
    By creepish in forum Java Networking
    Replies: 1
    Last Post: December 5th, 2010, 02:30 PM
  3. Java Application Server
    By goutamdaphtari in forum Java Theory & Questions
    Replies: 0
    Last Post: July 14th, 2010, 11:53 PM
  4. java application connecting to a server
    By wildheart25c in forum Java Networking
    Replies: 2
    Last Post: September 17th, 2009, 07:22 AM
  5. Replies: 0
    Last Post: May 21st, 2009, 11:17 AM

Tags for this Thread