Is there a way to connect JavaMail with outlook address book?

Hi,
What I would like to is use Java to invoke an instance of outlook, and attach several files. Is this possible with JavaMail. I have a feeling it is not, but please let me know about some other package that can do this?
Grae

JavaMail doesn't do this.
JDIC can do this, I believe.
https://jdic.dev.java.net/

Similar Messages

  • I bought an iphone 4. I have a MacBook Core Duo running 10.4. My husband has a Core Duo 2 running 10.5.8. Is there a way to move my ical and address book info. to his computer so I can sync with my new iphone?

    I bought an iphone 4. I have a MacBook Core Duo running 10.4. My husband has a Core Duo 2 running 10.5.8. Is there a way to move my ical and address book info. to his computer so I can sync with my new iphone without upgrading software.

    Hello hbell,
    is there any reason that you do not want
    to upgrade to v10.5.? Suggest you call
    1-800-275-2273 Apple Support. Automated call
    yet if you call back you can get in touch with an
    Apple Software Specialist. They may be able to ship
    you Leopard so that you can synch your new iPhone
    to you own computer. Have the serial numbers of your
    Mac and iPhone written down and ready for them.
    As far as transferring data to your husbands MacBook
    so that you can sync your iPhone on it I am really not
    sure. Seems like a lot of trouble to get your data onto
    your iPhone.
    Good Luck,
    A

  • Is there a way to import my yahoo mail address book?

    Is there a way to import my yahoo mail address book?

    AddressBook shouldn't have any problem with the vCard format - which Yahoo can export to... In fact, I've done this before.
    On the Yahoo AddressBook page, click the link for 'Import/Export'
    On the next page, in the export section, choose 'vCard single file'
    Then in AddressBook, you can simply drag the vCard to the window or go to File>Import>vCards...

  • Is there a way to transfer my lotus notes address book to my iPad?

    Is there a way to transfer my lotus notes address book to my iPad?

    You can sync your Lotus Notes contacts to Google with Awesync tool, and then sync them to iPad:
    http://support.google.com/a/users/bin/answer.py?hl=ru&answer=138740
    or
    http://www.iskysoft.com/apple-ipad/sync-google-contacts-with-ipad.html

  • Is there a way to delete names from the address book?

    Is there a way to delete names from the address book?

    I found it thank you. Need to highlight name then press delete button

  • HT201320 Is there a way to transfer my Comcast email address book to my iPhone 4s?

    Is there a way to transfer my Comcast email adress book to my iPhone 4s?

    If Comcast does not provide an option to sync your Comcast online contacts with an address book app on your computer, they should provide an option for exporting the contacts to be imported by an address book app on your computer that supports syncing contacts with the iPhone.

  • Is there a way to transfer contacts from Mac Address Book to an iPhone?

    I tried posting this before but no one answered.  I dont currently have an iphone (or any smartphone).  I do have a Mac and I have my contacts in the Mac Address Book (not in an email client like Gmail, Yahoo, or Hotmail)
    I want to know if I get an iphone is there an easy way to transfer contacts (names, addresses, emails etc) and especially HOME/WORK/CELL Phone numbers from the Address Book on the Macbook Pro to the iphone.... 
    I would think there's a way to do that since both the Mac and the iphone are Apple products....but no one has been able to give me a straight answer on this...except to transfer contacts from Gmail but my contacts are not in Gmail
    So if I get an iphone (or probably any phone) do I have to manually enter all my contacts each time?  I thought that it would be easier with an iphone than an Android or other smartphone.

    I appreciate the link but wasnt really looking to go through a 100+ page iphone guide.  From what I saw, it said what other people have told me - which is it will sync contacts from Google (Gmail) or Yahoo...so that doesnt mean it will sync contacts directly from an Android phone's contact list.  All the manual said was you sync thru itunes.
    It looks like what I should do at some point is manually input all my contacts into a new "clean and unused" Gmail account...Unless there was an easy way to transfer my Mac Address Book to a Gmail Account.
    It seems like if you have contacts in a Gmail account, it will be easy to transfer anywhere.
    Im starting to wonder if an Android would be bette than an iphone anyway.  Considering the nightmare time Ive had with a Mac in just a few months, Im surprised Im even still considering another Apple product.
    Thanks

  • HT2486 Is there a way to save business cards in address book, by scanning or the camera on the iMac.

    Hi All,
                at times we feel that the business card sent by the client or friend is also necessary for future. is there any way we could save the jpeg of the card by a click onto the address book in the mac.
                It would be cool if we could make some use of the camera in the front to take a snap shot of the bc.
    Regards
    Beck

    I appreciate the link but wasnt really looking to go through a 100+ page iphone guide.  From what I saw, it said what other people have told me - which is it will sync contacts from Google (Gmail) or Yahoo...so that doesnt mean it will sync contacts directly from an Android phone's contact list.  All the manual said was you sync thru itunes.
    It looks like what I should do at some point is manually input all my contacts into a new "clean and unused" Gmail account...Unless there was an easy way to transfer my Mac Address Book to a Gmail Account.
    It seems like if you have contacts in a Gmail account, it will be easy to transfer anywhere.
    Im starting to wonder if an Android would be bette than an iphone anyway.  Considering the nightmare time Ive had with a Mac in just a few months, Im surprised Im even still considering another Apple product.
    Thanks

  • Is there a way to add an image to Address Book notes?

    I've tried copying an image from the clipboard and then pasting it into Address Book notes.  I've also tried moving the image in different formats, TIFF, JPG, PNG, directly to the notes section of Address Book, but still with no success.  Is there some other way to make this happen?
    Thanks

    Hello,
    This isn't possible in Address Book on 10.7.
    You can send a message to Apple here :
    http://www.apple.com/feedback/macosx.html
    And, maybe, they will add that feature in a next update; it could be an interesting improvement by the way.

  • New Sonyericsson M600i - is there any way to connect it with iSync?

    Has anyone ever faced the problem?
    Thnks.

    Unfortunately, an iSync update from Apple will be required to sync this phone.
    It uses Symbian OS v9.1 and UIQ v3.0, whereas previous Symbian Sony Ericsson phones such as the recent P910 use Symbian OS v7.0 and UIQ v2.1. Apple will have to implement a different syncing protocol in iSync as this phone doesn't use SyncML via Bluetooth.
    I was very surprised that the recent iSync 2.3 update didn't help...
    Maybe iSync 2.4 with Mac OS 10.4.8 will offer something - whenever that may be.
    Jools

  • Is there best way to connect a dataInputStream with a dataOutputstream?

    I use a the next to put data on 'memory'
    ByteArrayOutputStream bytestream =new ByteArrayOutputStream();          
    DataOutputStream datastream =     new DataOutputStream(bytestream);     
    And the method to 'connect' de 'out' with the 'in' is by mean of pass an array :
    ByteArrayInputStream bytestream_in =new ByteArrayInputStream(bytestream.toByteArray());          
    DataInputStream datastream_in =new DataInputStream(bytestream_in);
    Is there any way to do this better ?

    use a the next to put data on 'memory' Jesus ! The data I have on a file now is in memory ....
    Better .... :
    bytestream is already in memory
    bytestream.toByteArray() creates a newly allocated byte array
    If you consider it , it is an additional cost. Is there any way to connect ByteArrayInputStream with ByteArrayOutputStream ??
    By other side, if my bytestream grows I must to 'reload ' ByteArrayInputStream and make a new bytestream.toByteArray() ....
    I hope now you understand me

  • Is there a way to connect an old Sunflower iMac (OSX 10.4.11) to a new Time Capsule?  It used to work with old Airport Extreme with updates thru Snow Leopard but now seems to only allow WEP encryption instead of WPA.

    Is there a way to connect an old Sunflower iMac (OSX 10.4.11) to a new Time Capsule?  It used to work with old Airport Extreme network, run from a intel iMac with updates thru Mavericks but now seems to only allow WEP encryption instead of WPA and can't connect to Time Capsule.  Airport Extreme Base was controllable from either computer up through Snow Leopard (I didn't do any of the Lion upgrades).  Then when I upgraded to Mavericks I lost the ability to use Airport Utility with this hardware on the Sunflower but could still connect wirelessly to network without any problems.  But now with the Time Capsule upgrade the Sunflower is blocked from network by a dialogue that requests ony WEP password, not WPA pwd used by Time Capsule.  Neither can I use the old airport extreme base to extend the time capsule network since I can't input the correct password/encryption approach to join it.  Is there a work around?  Would a newer but old Airport Express be able to extend network to Sunflower?  Or maybe a third party wireless (such as Netgear, Dlink, etc) that has browser type control rather than special utility?
    Another question--before I used MAC addresses to control who could access network.  Now on Time Capsule I don't see anything about this--so is it true now that the only access control is via WPA2 pwd now (which appears to be the encryption pwd and not the time capsule pwd)?

    Is there a way to connect an old Sunflower iMac (OSX 10.4.11) to a new Time Capsule?
    I can’t claim to completely grasp the issue(s) you’re describing, but the underlying problem is presumably your iMac’s obsolete AirPort card. Whatever the case, an obvious (if not particularly helpful) answer to your stated question would be to connect your iMac with an ethernet cable, using powerline adapters as an alternative if you don’t want to have wire running all over the place.
    My still fully functional clamshell iBook, with an original AirPort card, connects wirelessly to my 4th Generation TC network by means of a cheap 802.11b/g/n USB Wi-Fi adapter. This might be an option for you too.
    Another question--before I used MAC addresses to control who could access network.  Now on Time Capsule I don't see anything about this
    When you edit your TC's settings the access controls appear under the Network tab, don't they?

  • I can see an RSS folder from SharePoint on my phone (yay!) - is there a way to have this with the "Connect to Outlook" option?

    I can see an RSS folder from SharePoint on my phone (yay!) - is there a way to have this with the "Connect to Outlook" option?
    We've got a bevy of test phones here and I've been able to see RSS feeds in an Exchange setup using Android (along with other folders) but no Lists that were hooked up using "Connect to Outlook" button from SharePoint.

    Hi,
    You are viewing Mobile view of the site into your phone. If you open the same site in normal PC view i.e. the same look which you have in your computer then it will give you an option to connect to outlook.
    Hope this helps
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.
    Thanks for the suggestion but clicking on 'Connect to Outlook' from various phones doesn't seem to work.  "This webpage is not available." -- I didn't really expect it to do anything as I think this was meant to be done on a computer.  And then
    the result is that the documents would be available in Outlook. 
    And then, my question kicks in:  is it possible to see these files that are now in Outlook on a phone that's connected to the Exchange Server.

  • I was given an 80gb ipod classic formated with mac os. Is there any way to connect it to my windows pc so I can transfer the song to my library?

    I was given an 80gb ipod classic formatted with mac os. Is there any way to connect it to my windows pc so I can transfer the song to my library? When I try to connect to my pc I get a message asking me if I want to format the drive. I want to try to save the 15000 songs that are already on the ipod. Any suggestions?

    The iPod and iTunes are designed so that you cannot transfer music on an iPod to another iTunes Library. This is because the 15,000 songs do not belong to you and you have no legal right to keep them.

  • Is there any way to connect an ipad to a ethernet  cord or connection with out using wi fi

    Is there any way to connect an ipad to a ethernet  cord or connect with out using wi fi?  Thank  you

    The closest you can come, without having a 3G iPad is to have a cellular mobile hotspot like the Mifi or such device, use that to get to wifi, or to tether it to a cell phone.

Maybe you are looking for