How to export emails from ipad2 to pc

I need to export all emails from Ipad2 to a pc.  As emails are too many and some of them have attachements, it is not easy to send one by one to some acconunt.  I need to export all the information of ipad and upload it to pc.  Any idea?

This applescript will work directly into Excel:tell application "Microsoft Excel"
set theSpamFile to make new workbook
set theSheet to active sheet of theSpamFile
set formula of range "B1" of theSheet to "Subject"
set formula of range "A1" of theSheet to "From"
end tell
tell application "Mail"
set theRow to 2
get mailboxes
set theMessages to messages of junk mailbox
repeat with aMessage in theMessages
my SetFrom(sender of aMessage, theRow, theSheet)
my SetSubject(subject of aMessage, theRow, theSheet)
set theRow to theRow + 1
end repeat
end tell
on SetFrom(theSender, theRow, theSheet)
tell application "Microsoft Excel"
set theRange to "A" & theRow
set formula of (range theRange) of theSheet to theSender
end tell
end SetFrom
on SetSubject(theSubject, theRow, theSheet)
tell application "Microsoft Excel"
set theRange to "B" & theRow
set formula of range theRange of theSheet to theSubject
end tell
end SetSubject

Similar Messages

  • Help, how to export emails from mail app

    hi guys: I did not uncheck the box remove emails from the server after ..... so my hotmail on the server are gone. i want to have email copys stores on the server, since i need to check hotmails from any computer, not just on my home computer where the emails backup copys are stored. so i want to export my emails from the mail app in the mac back to hotmail server, how can i do that?? please give me a hand, i will really appreciate

    You can do it via Mailbox>Archive Mailbox. And also, based on what you're saying you have Hotmail set up as an POP account in Mail. Don't know if Hotmail offers it, but if you set up the Hotmail account as IMAP in Mail then the behaviour will be different. You will have two copies of the emails on both the server as well as the computer. Go to Hotmail's help section and type in keyboards like "IMAP" and "Apple Mail."

  • How do I export emails from iPad 'Mail' box to iCloud?

    How do I export emails from iPad 'Mail' box to iCloud?

    but what about the emails that are in folders on icloud.. do I have to manually forward them.. or is there a setting..
    orr how can I import them through gmail..

  • How do I export emails from icloud

    How do I export emails from icloud

    but what about the emails that are in folders on icloud.. do I have to manually forward them.. or is there a setting..
    orr how can I import them through gmail..

  • Can a user Import/Export Email from IMS?

    VER: IMS 5.2
    OS: NT4
    Q: Is there any way to import/export email from a user's account?

    What do you want to import/export from?
    I think you can do a dump of someone's mailbox using the imsbackup utility, but am not sure what format this gives you. Probably you can only import this into another iMS server.
    Apart from that, you could look at what tools your mail clients have for saving and importing messages. I think Outlook express has an archive utility that you could use. To import from Outlook to the server, you could use the iPlanet sync tool. This will synchronise in both directions between the iMS mail server and various clients. These include Outlook, Windows CE handhelds, palms, etc. Basically, if you set this up to synchronise with Outlook, then you can import/export using anything that will interface with Outlook.
    Of course you don't have to use Microshaft products. You could use any mail client to do this. Not sure about synching with other clients cos we've not done it.
    I'm not sure how you can get hold of this synching tool. There were various beta versions floating around about a year or so ago and I would have expected that they would have released a supported version by now. Then again.....

  • Problem sending email from Ipad2

    I can not send email from Ipad2. A message of "destinary rejected" appears. What should I do? thanks.

    Have you successfully sent email from your iPad before?  Are you connected to the internet?  How large are the files you are trying to send.  Are you using 3G or wifi.  If you are using 3G, there is a 20MB limit.  If you're using wifi and you have successfully emailed from your mail account, I would usggest you try rebooting your iPad.  Press and hold both your home and power buttons at the same time for at least 10 seconds (keep holding past the swipe to shut down bar if it appears) until the Apple Logo appears, then let go of both buttons and your iPad will restart.  Try again after the reboot.

  • How to export photos from photo gallery to my iPad

    How to export photos from photo gallery to my iPad

    I had no trouble finding the "Export" tools in the "File" menu. They are greyed out when no photo is selected, but they are functional after selecting one or more photos.
    I agree that it would be nice to have the "Reveal in Finder" option back, but they probably don't want us mucking about inside the Photos library structure.

  • How to export photos from lap to to ipad

    how to export photos from lap top to ipad,i keep draging them in ipad devise logo,photos jump back in place.if i click on to export in i photo,it only would go to files??????help!!

    Use the photo set up in the iTunes sync
    LN

  • How to export photos from iMac to iPad and iPhone

    How to export photos from iphoto to my iPad and iPhone the easiest way.

    There are a number of methods including:
    Via iTunes and USB cable: iTunes: Syncing photos - Apple Support
    Via Photo Stream: http://support.apple.com/en-us/HT201317
    Via 3rd party app: http://www.photosync-app.com
    Via 3rd party cloud services such as Dropbox

  • How to export photos from one iPad to another

    How to export  photos from one iPad to another

    Sending the photos over WiFi might be the easiest way for you to accomplish this. The Wireless Transfer App should work. You will both have to download the app on your own devices. Read about it here.
    http://www.wirelesstransferapp.com/

  • How to export pictures from my ipad to my computer

    HOW TO EXPORT PHOTOS FROM MY IPAD ?

    How to Transfer Photos from an iPad to a Computer
    http://www.wikihow.com/Transfer-Photos-from-an-iPad-to-a-Computer
    Importing Personal Photos and videos from your iOS device to your computer.
    http://support.apple.com/kb/HT4083
    Also check out the Photo Manager Pro app.
    https://itunes.apple.com/us/app/photo-manager-pro/id393858562
     Cheers, Tom

  • How to export data from a Oracle table to a delimited file?

    I know how to load delimited file into a table, but how to export
    data from a Oracle table to a delimited file?
    Thanks in advance.

    Try looking at this link, it's long but there's three different solutions discussed in it. If you look at Barbara Boehmer's
    solution in her posts in the link below you'll see that she's addressed your concerns with spool files.
    Re: utl_smtp and triggers

  • How to export data from a spread sheet which has multiple work sheets?

    How to export data from a spread sheet which has multiple work sheets to a single text file with fixed length fields?

    Hello s1,
    saving them as CSV will not give a fixed legth output but, as the naming says, a Character Separated Value file.
    Regards
    Marcus

  • How to Export data from webdynpro using Jecxcel

    Hi ,
    Can anyone help me how to export data from web dynpro using Jexcel. kindly send me the related links.
    Thanks

    Hi Sandeep,
    Have you refered in the blogs?
    U can find may more document related to this.the below blog helps u in
    Exporting Data from Web Dynpro in Different Formats Using Open Source (POI, JExcel, iText) APIu2019s.
    https://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/b030e7fb-2662-2b10-0dab-c4aa52c3550b
    Regards
    Supraja

  • TS3276 how to recall email from apple mail.5

    how to recall email from apple mail.5

    We can't even if we are in a big entreprise using exchange?
    "We use Mail of Apple with the exchanche include in every mac"

Maybe you are looking for

  • Can you Turn on the Ken Burns Motion Effect in IDVD?

    I see several transition effects in iDVD, but I don't see the Ken Burns Pan Motion effect as seen in iPhoto. This effect makes a slide show almost look like a video. Great stuff. Is there a way to select Ken Burns Motion effect if you created a slide

  • Is this brand new MacMini new?

    I went the the Apple Store 2 days ago and purchase a MacMini (i7 2.3) and when I got home and booted it up, I realised that it has 10.8.3 and not 10.9 (Maveriks) So it's safe to think that this mini has been on the warehouse shelves for about 10 mont

  • IPhone knocks off External USB backup drive from Mac Pro

    I noticed that my backup drive, while running Time Machine, kept unmounting on its own. I though the drive had failed. I checked it and had no obvious problem. The drive is IDE and two or three years old. I used on Vista for a few weeks and not probl

  • FCP on PBG4 - Here's the plan

    So, my upgrade to FCE4 (from FCE3) didn't go as well as planned. I thought I'd be able to work on a sequence in FCE4, then move to FCP6 and finalize it. (I have access to a Mac Pro with FCP6, but only on occasion). I found out that FCP6 won't read FC

  • Is it possible to customize the email heading (subject) when using a email submit button

    I have created a button for inserting a completed form into an email. Being the button auto inserts is it possible to customize how the button titles the email & subject upon insertion?