How to access Outlook address book in java program

Hi Friends
I am working on a web project using java and JSP in which I am required to display the contact details from the Microsoft Outlook express 6.0 into my application . actually I visited the site http://friendster.com in which they can import the adress books from yahoo, hotmail, and outlook adress books into their application so my client asked to do the same thing for him . I would be very thankfull to u.
Bye

to
dear
you will use the java mail API this is help you.if you use java mail API
you must require the
smtp or vpop or mime or imap
so,if your ms outlook is support the smtp and vpop
you can use .
thank alot.

Similar Messages

  • Accessing Microsoft Outlook address Book using java

    Hi All,
    Can anyone tell me how can i access outlook address book using java or java script
    Thanks in anticipation,
    Reagrds,
    Preeti Gupta

    www.microsoft.com/java/sdk/default.htm
    support.microsoft.com/support/kb/articles/Q168/9/42.asp
    Hope this helps you.
    Rajesh

  • How to import outlook address book to apple

    How to import OUtlook 2010 address book to OS Mavericks?

    I'm really struggling here - nothing is working...When I import my CSV file, I get the dialog box Text File Import. My contacts show up - 1 of 1745 is indicated in the bottom. I then map the correct fields to my CSV file. I then click OK, and nothing happens. The only way to close this dialog box is to click Cancel.
    I also tried ABFiller and this does not work. I followed the instructions, and after selecting my PST file, and click Begin to import contacts, nothing happens.
    Any other thoughts out there?
    Thanks!!

  • How to Import Outlook Address Book into Mac Address Book?

    I will be making an employment change and need to import my pc Outlook addresses into my mac email addresses. After repeated emails to Apple and apple support phone calles no one can help because I am not going from a mac to a mac. Unbelieveable. Actually it's not-the lack of customer services these days should not surprise me.
    Anyway, anyone know how to do to save me having to re-type hundreds of addresses?
    Thanx!
    Powerbook G4   Mac OS X (10.4.6)  

    You need to export your Outlook contacts into a VCard format.
    There are many programs out there that will do this for bulk jobs. But, you can do it for free if you are willing to do it manually.
    Select each contact one at a time from Outlook. Then, go up to the menus (I think it's the file menu) and choose export, then choose to export it as a VCard.
    I'm not in front of a PC. But, I remember doing it that way for about 80 something cards when I moved from my PC.
    Once you have them in a VCard format, you can just drag and drop them into Apple's Address Book.
    It takes some time to do it this way if you have a ton of contacts. But, it does work.
    I think the PC format might be VCF but it is VCard.
    Apple uses a different format of VCard than Microsoft does. So, you won't be able to use Microsoft's Export to export all the cards at one time.
    That method will not allow you to import them into Apple's address book since they are different formats.
    But, it will work if you export each individual record one at a time, and then drag each one into Apple's Address Book.
    Additionally, if you find a web-mail service like GMail or Yahoo, or something like that that can synchronize with both the PC and the Mac, then you could try moving it to one of those services and then to Apple's address book.
    For an automated system, check out:
    http://www.littlemachines.com/
    You can also read Apple's document on the subject here:
    http://docs.info.apple.com/article.html?path=AddressBook/4.0/en/ad808.html
    Hope this helps.

  • How to access iPAQ address book (Contacts)?

    Hi,
    Does anyone know how to add an entry to the Contacts on iPAQ using Java? Is there any tool to do that?
    Thanks
    -J.

    Hi,
    Does anyone know how to add an entry to the Contacts
    on iPAQ using Java? Is there any tool to do that?
    Thanks
    -J.i'd like to know this too. or perhaps how to add something to the
    toDo list using jeode

  • Ideas how to sync ms outlook address book

    How can I sync ms outlook address book to iPad email address book?

    Connect your iPad and open iTunes. Under the info tab, scroll down and you'll see a check box to sync the iPad with outlook. Tick that and sync and you should be good to go.

  • Why/how is Yahoo accessing my address book and rem...

     Strange email received from Yahoo
    >>Yahoo! wants to make sure your address book is filled with the most current and valid emails to those family, friends and contacts you need to reach. We noticed that you had emails in your address book that are no longer valid, so we have removed them.<<<
    >>Only retired emails have been removed. All other contact information remains.<<<
    How can yahoo just access my address book and do this, why are they doing this?

    Homer_J wrote:
    pottyperson wrote:
    use an email client such as Thunderbird. That stores all your contacts and saved messages on your computer, and you can back up the data as you wish. In my view it's also easier to manage your email that way than online.
    It is only easier if you always have access to that computer.
    The beauty of having everything online is you can access it from anywhere you have an internet connection.
    I use POP and keep on top of my email online when parted from my main computer, downloading retained messages when I get home. But if you want access to all your folders and messages from any computer, you can use IMAP to get the best of both worlds.
    You can click the white star next to this message if you think it was helpful.

  • How do I download my Microsoft Outlook address book to my iPhone?

    How do I download my Microsoft Outlook address book to my iPhone?

    See http://office.microsoft.com/en-us/outlook-help/synchronize-outlook-and-apple-iph one-or-ipod-touch-contacts-HA010266802.aspx.  (You have to be using Outlook 2003 or newer.)

  • How to export from Address Book to Microsoft Outlook

    I am using a mail merge program that requires cvs or test files of address cards in order to operated. I can't figure out how to export from Address Book in any other format than Vcard. Does anybody know how to either export in text or covert Vcard files to text or CVS?

    Try Address Book Exporter.

  • Since installing Mountain Lion I cannot access my address book whentrying to send or forward an e-mail. How can I fix this?

    Since installing Mountain Lion I am unable to access my address book when sending or forwarding an e-mail. The insert address link at the top does not function. Previously it would be blue and would respond when clicked on now it does nothing. Is there a fix for this?

    Can you open Contacts and edit, insert, and delete cards, or does it fail to work, also?
    Try the steps I outline here: Re: After Lion upgrade, my addressbook does not work++

  • Domino Address book from Java Mail API

    Hi
    How do we access the address book of a mail server (typically a Domino mail server in my case) using Java Mail API.
    Any help will be greatly appreciated.
    Thanks
    RajT

    Havent done this myself but I dont think the JavaMail api will do this as its focussed on providing mail functionality rather than directory access.
    I believe you can access the Domino address book using LDAP. Not sure of the details, or if you need to config the domino server a particular way. The Java api that will help you do this is JNDI, though if your application is domino specific you may actually find it easier to avoid the LDAP approach and see what functioanlity the Notes java api provides in this area.
    Check out this redbook:
    http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg245986.html?Open

  • Shared user contacts in Outlook Address book

    Hello,
         I have an issue that a user who is an administrative assistant wants her bosses shared contacts (which she helps manage) to show up in her personal Outlook Address Book, so that she can send people contacts by just clicking the TO: button.  This is has proved deceptivly difficult.  Any thoughts?
         Oh, this is an Exchange 2007 SP1 server, and both of the client pcs are Outlook 2007.
        If we can get that up and running, she would also like to be able to export his contacts from her terminal in the CSV format. 
    Thanks,
    Nathan

    Has anyone had any luck with Will Shepherd's/James-Luo's method or something similar for use with Microsoft's Office 365 Exchange 2010 system?
    I followed the steps and, indeed, on my Admin/User A's OL2010, the address book did list the shared contacts.  But as soon as I  selected it, it gave the error: 
    "The address list cannot be displayed.  The contact folder associated with this address list could not be opened;  It may have been moved or deleted, or you do not have permissions.  For information on how to remove this folder from the
    Outlook Address Book, see Microsoft Outlook Help."  
    The shared contact folder then dissappeared from the list.
    I didn't really understand Will's step 2 which James does not include.  I don't know what "Full" mailbox rights meant.  The permission levels shown are Owner, Publishing Editor, Author, Nonediting Author, Reviewer, Contributor, and none. 
    Setting it to Owner did not work, as in the profile, I could not change the email address back from Boss/User B to Admin/User A.  I chose Publishing editor and added a check mark for Folder Contact. 
    I tried these methods on numerous new OL profiles and got the same results whether the shared contacts where the the first set or a secondary set and whether or not I sent invitiations for sharing  from Boss/User A, which sets the permissions.
    What good are shared contacts, Microsoft, if you can't use them?  This seems like such a basic issue that, surely, I and others have a major misunderstanding about something. 
    If it matters, this client does not have Sharepoint and only has the Office 365 Plan 1 with its mailboxes.
    I would greatly appreciate any hint on how to make the contacts sharable and USEABLE.  Otherwise this client will likely scrap Office 365 and I will reinstall Sync2 which worked fairly well. 
    Tom Y

  • How to access Outlook Calendar

    Hi,
    How to access Outlook Calendar(Please don't confuse with java.util.calendar).
    Any help will be appreciated.
    Jags

    If by the way somebody can tell how to access an Outlook mailbox... it would be great...

  • Adobe form connecting to Outlook address book.

    Hi there,
    I would like to create an adobe form and have users be able to send it to anyone they like within the organization. Is it possible to have a submit button that when clicked on opens up the Outlook address book so they can choose the person they wish?
    Thank you.

    Access to the address book is not allowed as fas as I know.
    What do you mean by a printed PDF version .....do you mean you do not want any interaction with the form?
    Paul

  • Slow access to address book functions due to shared address books

    We have recently migrated from GW v8.0.3 on NetWare 6.5 to GW 2012.2 on
    SLES 11.3. Single PO system, with only 65 users.
    We have been experiencing 10 second hangs/delays the first time any GW
    address book functions are accessed. Some users are on the GW 2012.0.2
    client, others are still on the GW 8.0.3 client, all experiencing the 10
    second delay issue. We did not experience this before the migration to
    GW 2012.
    Testing indicates that the issue is due to shared address books.
    The 10 second delay always occurs the *first* time we access an address
    book function after starting the GroupWise client. For example, once
    the GroupWise client is newly started, if I open the address book, it
    takes 10 seconds to open. If I then create a new mail or appointment,
    while adding recipients to an e-mail, selecting a new addressbook from
    the address selector drop-down menu takes almost 10 seconds for the
    drop-down menu to respond to first being clicked on.
    Once I've accessed an address book function, though, accessing that
    function is much quicker on successive uses. But it does take doing
    each of those things once (suffering through the 10 hang) before they
    speed up. If a user makes the mistake of closing GroupWise, I'm back to
    square one with the first use of each of those address book functions
    being slow again.
    *BUT*, if I delete all address books that have been shared with me,
    there is no 10 second delay, even after restarting the GroupWise client.
    No slow access to any address book feature on first use.
    Unfortunately, we use shared address books very heavily, so deleting
    them for all of my users is not a solution.
    Besides running PO/user maintenance, I've looked at possible
    communications or DNS issues with no luck.
    Any ideas what's going on or how to fix it?
    Thanks,
    -Greg
    former e-mail for posting:
    [email protected]

    Originally Posted by gtn
    We have been experiencing 10 second hangs/delays the first time any GW
    address book functions are accessed. Some users are on the GW 2012.0.2
    client, others are still on the GW 8.0.3 client, all experiencing the 10
    second delay issue. We did not experience this before the migration to
    GW 2012.
    Testing indicates that the issue is due to shared address books.
    We have been dealing with this same if not similar sounding issue, opened a SR, and engineering is looking into it. For us it also impacts message compose ( address completeion ) as well as opening mail. We have yet to identify a workaround. What we see is "roughly" a 3 second delay per shared address book, occuring intermittently after a period of the client being idle. We also see on the POA that periodically the client will login to these shared accounts, but instead of those logins happening quickly ( sub 1 second for all of them combined ).
    This is not a constant problem for all users with the 2012 client, and seems to run in fits for a given user. We see it, perhaps 1 -3 times a day for a given user.
    If you enable Verbose logging on the POA ( via the HTTP console ) and look for the IP address of the workstation with the problems, you should see a pattern of logins as follows:
    Code:
    1204poa.028:18:41:32 F059 C/S Login Windows ::GW Id=Kxxxxr :: 192.168.1.110
    1204poa.028:18:41:35 F059 C/S Login Windows ::GW Id=Sxxxxk :: 192.168.1.110
    1204poa.028:18:41:38 F059 C/S Login Windows ::GW Id=Exxxxr :: 192.168.1.110
    1204poa.028:18:41:41 F061 C/S Login Windows ::GW Id=Sxxxxk :: 192.168.1.110
    1204poa.028:18:41:44 F051 C/S Login Windows ::GW Id=Kxxxxr :: 192.168.1.110
    1204poa.028:18:41:47 F061 C/S Login Windows ::GW Id=Dxxxxr :: 192.168.1.110
    1204poa.028:18:41:50 F061 C/S Login Windows ::GW Id=Kxxxxr :: 192.168.1.110
    ( Using something like grep -i "GW Id" 1204poa.??? | grep -i "Login Windows" | grep x.x.x.x <== IP of the workstation when in /var/log/no*/gr*/POA_Log_Folder )
    Note the 3 second delay between each of the shared account logins. This typifies the problem we are seeing. Under normal circumstances you would see these all happening with the same time stamp. Perhaps you can confirm this is the same looking issue.
    I'll keep you apprised of our progress.
    -- Bob

Maybe you are looking for

  • Report Generated from Discoverer Migrated BA into OBIEE

    We have started to populate some of our OBI content with reports that were based on Discoverer Business Areas. But, when the reports are run from a Link, they do not include the options to Print to PDF or Download, similar to what is available for da

  • Why does JRockit updates lag behind Sun's?

    If I understand correctly, JRockit's class libraries are exactly the same as Sun's. Sun has already released update 8 for their 1.5.0 JRE, and JRockit is still at update 6, which means that the class library bugs fixed in update 7 and 8 are still pre

  • Resource file in configuration folder

    Hi, I've run into a slight problem with Dreamweaver the other day. I was moving the icon and it accidentally was dropped into the trash. I took the icon out and have it in the Dock again, but I can't get the icon back into the Creative Suite folders

  • Problems starting server from within CFBuilder

    I recently installed CFBuilder and setup a localhost server.  I did not check the box to Use Windows Service to start/stop in the server setting.   I currently have the CF Server set to manually startup in the Windows Services.  When I finished the s

  • OS X 10.7.3 Update Issues

    Since updating to OS X 10.7.3 Aperture 3.2.2 is very bogged down (spinning technicolor cursor a lot) at startup and eventually locks up and has to be force quit. Any one else having problems or have a potential solution. No other programs seem to hav