Wrong display  of mail in Outlook ; Urgent pls

Dear All,
I am getting error while sending mail from jsp. I want to send html content to mail in jsp, on my local host its working correctly, but after uploading it on ISP server the content which i sent is not a html, but its dispalying plain text with html codes. i.e its giving html code instead of html page in mail. Please help me, its urgent
My code is as follows
// this is the html data which should be displayed in mail, its the dynamic data
String data="<body bgcolor='FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>
<table width='100%' border='0' cellspacing='0' cellpadding='5'><tr><td bgcolor='#FFFFFF'>
<table width='100%'><tr><td colspan='2'><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr><td bgcolor='#920003'><font color='#FFFF33' size='+3'><strong>Churchill</strong></font>
<font color='#FFFFFF' size='+1'>Independent Estate Agents</font></td></tr><tr><td><hr size='1'>
</td></tr></table><p style='font-family:Verdana,Arial,sans-serif;font-size:11px;'>
You were sent this email because <a href='mailto:"+YEmailID+"'>"+YEmailID+"</a>
requested you receive a copy.</p><table width='100%' cellspacing='0'
cellpadding='0' style='background-color:#EEEEEE;font-family:Verdana,Arial,sans-serif;font-size:11px;'>
<tr><td style='padding-left:5px;padding-top:10px;padding-bottom:10px;background-color:#CCCCCC;'>
"+YEmailID +" also sent you this message:</td></tr><tr><td
style='padding-left:5px;padding-top:15px;padding-bottom:15px;font-size:10px;'>
'"+Msg+"'</td></tr></table><br></td></tr><tr><td width='97%'><font size='2'
face='Verdana, Arial, Helvetica, sans-serif'></strong></font></td></tr><tr>
<td width='39%' bgcolor='#920003'><font color='#FFFFFF' size='2' face='Verdana,
Arial, Helvetica, sans-serif'>"+subdata+"</font></td></tr><tr><td><table width='100%'
border='0' cellspacing='0' cellpadding='0'><tr><td width='66%'><div align='center'><a
href='"+url+"/searchfulldetails.jsp?proid="+str[1]+"&dealtype="+str[18]+"' target='_blank'>
<img src='"+url+str[10]+"' width='350' height='247' border='0'></a></div></td></tr></table>
</td></tr><tr><td> </td></tr><tr><td><p><font size='2' face='Verdana, Arial,
Helvetica, sans-serif'><strong>Full details</strong></font></p><p><font size='2'
face='Verdana, Arial, Helvetica, sans-serif'>"+str[8]+"</font></p><p><font size='2'
face='Verdana, Arial, Helvetica, sans-serif'>To know more about this property
from us, please <a href='"+url+"/searchfulldetails.jsp?proid="+
str[1]+"&dealtype="+str[18]+"' target='_blank'>
click here</a></font></p><p><font size='2' face='Verdana, Arial, Helvetica, sans-serif'>
<Strong>Call : "+str[9]+"</Strong></font></p></td></tr></table></body>";
String mailServer = "xxx.xxx.xxx.xxx"; // here im giving my mail server name
  if(FEmailID.equals("") )
       FEmailID = "unknown";
    Properties props = new Properties();
    props.put("mail.smtp.host", mailServer);
    Session s = Session.getInstance(props,null);
    MimeMessage message = new MimeMessage(s);
    InternetAddress from = new InternetAddress(YEmailID);
    message.setFrom(from);
    InternetAddress to = new InternetAddress(FEmailID);
     message.setContent("html","text/html");
     message.addHeaderLine("Content-Type: text/html; charset=\"iso-8859-1\"");
     message.addHeaderLine("Content-Transfer-Encoding: quoted-printable");
     System.out.println("Mohsin Syed, just for testing line number 73");
    message.addRecipient(Message.RecipientType.TO, to);
    message.setSubject("Churchills Property: "+str[7]);
    message.setText(messageEnter);
     message.setText(data);
    Transport.send(message);the resultant mail in Outlook is as follows , ie it gives this text in outlook
Harlesden
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<body bgcolor=3D'FFFFFF' leftmargin=3D'0' topmargin=3D'0' marginwidth=3D'0'= marginheight=3D'0'>
<table width=3D'100%' border=3D'0' cellspacing=3D'0' ce= llpadding=3D'5'><tr><td bgcolor=3D'#FFFFFF'><table width=3D'100%'>
<tr><td c= olspan=3D'2'><table width=3D'100%' border=3D'0' cellspacing=3D'0' cellpaddi= ng=3D
'0'><tr><td bgcolor=3D'#920003'><font color=3D'#FFFF33' size=3D'+3'><s=
trong>Churchill</strong></font> <font
trong>color=3D=
'#FFFFFF' size=3D'+1'>Independent Estate Agents</font></td></tr><=
tr><td><hr size=3D'1'></td></tr></table><p
tr>style=3D'font-family:Verdana,Ari=
al,sans-serif;font-size:11px;'>You were sent this email because <a hre=
f=3D'mailto:[email protected]'>[email protected]</a> request=
ed you receive a copy.</p><table width=3D'100%' cellspacing=3D'0' cellpaddi=
ng=3D'0' style=3D'background-color:#EEEEEE;font-family:Verdana,Arial,sans-s=
erif;font-size:11px;'><tr><td style=3D'padding-left:5px;padding-top:10px;pa=
dding-bottom:10px;background-color:#CCCCCC;'>[email protected] al=
so sent you this message:</td></tr><tr><td style=3D'padding-left:
5px;paddin= g-top:15px;padding-bottom:15px;font-size:10px;'>'testing1200'</td></tr></ta=
ble><br></td></tr><tr><td width=3D'97%'><font size=3D'2'
ble>face=3D'Verdana, A=
rial, Helvetica, sans-serif'></strong></font></td></tr><tr><td width=3D'39%=
' bgcolor=3D'#920003'><font color=3D'#FFFFFF' size=3D'2' face=3D'Verdana, A=
rial, Helvetica, sans-serif'><strong> � 298500</strong></fo=
nt></td></tr><tr><td><table width=3D'100%' border=3D'0'
nt>cellspacing=3D'0' c=
ellpadding=3D'0'><tr><td width=3D'66%'><div align=3D'center'>
<a href=3D'htt= p://localhost:9999/Churhcill//searchfulldetails.jsp?proid=3D125&dealtype=
=3DSale' target=3D'_blank'><img src=3D'http://localhost:9999/Churhcill/im=
ages/property/S125.JPG' width=3D'350' height=3D'247' border=3D'0'></a></div=
</td></tr></table></td></tr><tr><td> </td></tr><tr><td><p><font
size==3D'2' face=3D'Verdana, Arial, Helvetica, sans-serif'><strong>Full details<=
/strong></font></p><p><font size=3D'2' face=3D'Verdana, Arial, Helvetica, s= ans-serif'>
This three bedroom terraced property has recently been refurbish= ed by its
present owners. Situated on this residential road with shopping f= acilities
which can be found along Craven Park and varied transport links i= ncluding
Harlesden Station (Jubilee Line). </font></p><p><font size=3D'2' f= ace=3D'
Verdana, Arial, Helvetica, sans-serif'>To know more about this prope= rty
from Churchill, please <a href=3D'http://localhost:9999/Churhcill//se=
archfulldetails.jsp?proid=3D125&dealtype=3DSale' target=3D'_blank'>
click he= re</a></font></p><p><font size=3D'2' face=3D'Verdana, Arial, Helvetica, san= s-serif'>
<Strong>Call : 020 89652250</Strong></font></p></td></tr></table><=
/body>

The MimeMessage's setText api states
"Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
I think you should not use setText if your content type is not "text/plain", rather try using MimeMessage's setContent(body, "text/html") api
where body is a String that has your html message body.

Similar Messages

  • How to display employee department head?(urgent pls)

    Hello Everybody,
    I have to write a function. here i am passing person_id(employee) as a parameter to function.
    it has to display employee department head person_id.( for example if employee belongs to Department B. Department B is child of Department A. i mean to say that i need to find out head(person_id) of department A)
    i try to find out till employee organization_id by using per_all_people_f and per_all_assignments_f tables.
    please some one respond. it is bit urgent.
    Thanks in advance.

    Thanks Subhasish for your reply.
    subhasish really i need your help here. i am developing custom work flow. In that i have to use function. here i have to give employee name has a paramer, then function has to return his division head id(manager).
    my requirement is when an employee applied for mobil connection, the request has to go to division head(manager) of that employee. here we have there levels 1.Division(First level)2.Department(second level) 3.base(third level).
    the employee may related to any level, the request has to go to division head(manager).
    here i am using this query
    select hou.organization_id, pse.organization_id_parent ;
    from hr_all_organization_units hou, per_org_structure_elements_v pse
    where hou.organization_id= pse.organization_id_child
    and hou.organization_id in (select organization_id from per_all_assignments_f
    where person_id in
    ( select person_id from per_all_people_f
    where first_name='Thoms'));
    and i come to know that i have to use fnd_lookup_types and fnd_lookup_values tables. where has i failed to return the division head_id.
    kindly give some solution.
    Thanks.

  • Curios text in one of three computers when displaying the very same mail in Outlook. I run Outlook 2003 under Windows 8.1.1

    Curios text in one of three computers when displaying the very same mail in outlook.
    I run Outlook 2003 under Windows 8.1.1 in all of my 3 computers. 70% of the mail from the same sender are shown OK in the actual computer and 100% of the very same mail are shown OK in the two other computers. If I forwards an OK received
    mail from one of the “100%”, it will be received OK in the “70%” as well. For me the wrong displayed mail shows up as some kind of vector-descriptors (non converted html?). All links in blue are displayed ok and most of the text is readable in an unformatted
    way. When it comes to logos etc it’s not readable at all. What to do?
    Regards
    Björn Söron
    [email protected]

    Check these out, they fix most issues in Outlook
    https://support.microsoft.com/kb/2768648
    https://support.microsoft.com/kb/2652320
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • Mac Mail Wrong Display Name

    My Mac mail app for my icloud account has the wrong display name for the account.  About three years ago, I bought my mac on the company credit card, and had to use our accounting director's name for the billing address.  (We'll call him Richard Nicks).  Three years later, I open Mac mail and HIS name is the display name for my icloud email!
    Of course it's grayed out, so I have to change it in the icloud account.  But when I go log into icloud, his name does not show up anywhere.  I've confirmed the email addresses are all the same so I know I don't have multiple accounts or anything.  I've closed mail, resynchronized it, rebuilt the database, no joy.  Where in the world is it getting his name from and how can I change that?
    Thanks
    OS X 10.9.5

    Thanks for the response.
    In Account Preferences, the name and email address are grayed out so I cannot change those.
    I looked in my contacts, go under All iCloud, and there's only one contact.  The picture is of a piano that says Me, so I assume that is my Me card.  This has my correct name.
    Interesting to note, when I send an email from iCloud on my iPhone, it comes across with the correct display name.
    I'm at a loss on where else to check.  Thanks for the help!

  • Outlook mail app display arabic mail subjects and folders names as "??????"

    outlook mail app display arabic mail subjects and folders names as "??????" , any way to solve this problem ? thanks

    Skydiver119 wrote:
    the ipad likely doesn't have a font to display the mails
    That's nonsense, if you look at the settings you will see you can put the entire device into Arabic if you want, as well as type and read Arabic emails and other docs.  The font is there, but for some reason the encoding is botched, either by the app or the place sending the email to the iPad.

  • Why can't i get my verizon mail on outlook? It just recently stopped getting my mail saying I have the wrong username or password.  Both are correct.

    recently cannot get Verizon mail on Outlook (ipad) - always could before - can send but that's all on Verizon?

    There is no outlook on iPads.
    Check your email settings.

  • How to get All Mails from outlook

    Hi am reading mail from outlook.. It reads only unread mails. But i want to read all mails. if any one knows please help me..My code is..
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.*;
    import java.io.*;
    public class AllPartsClient {
      public static void main(String[] args) {
    Properties props = new Properties();
        String host = "myhost";
        String username = "myuser";
        String password = "mypass";
        String provider = "pop3";
        try {
          Session session = Session.getDefaultInstance(props, null);
          // Connect to the server and open the folder
          Store store = session.getStore(provider);
          store.connect(host, username, password);
          Folder folder = store.getFolder("INBOX");
          if (folder == null) {
            System.out.println("Folder " + folder.getFullName() + " not found.");
            System.exit(1);
        folder.open(Folder.READ_ONLY);
          // Get the messages from the server
          Message[] messages = folder.getMessages();
          for (int i = 0; i < messages.length; i++) {
            System.out.println("------------ Message " + (i+1)
             + " ------------");
            // Print message headers
            Enumeration headers = messages.getAllHeaders();
    while (headers.hasMoreElements()) {
    Header h = (Header) headers.nextElement();
    System.out.println(h.getName() + ": " + h.getValue());
    System.out.println();
    // Enumerate parts
    Object body = messages[i].getContent();
    if (body instanceof Multipart) {
    processMultipart((Multipart) body);
    else { // ordinary message
    processPart(messages[i]);
    System.out.println();
    // Close the connection
    // but don't remove the messages from the server
    folder.close(true);
    catch (Exception e) {
    e.printStackTrace();
    // Since we may have brought up a GUI to authenticate,
    // we can't rely on returning from main() to exit
    System.exit(0);
    public static void processMultipart(Multipart mp)
    throws MessagingException {
    System.out.println("mp.getCount() = "+mp.getCount());
    for (int i = 0; i < mp.getCount(); i++) {
    processPart(mp.getBodyPart(i));
    public static void processPart(Part p) {
    try {
    String fileName = p.getFileName();
    String disposition = p.getDisposition();
    String contentType = p.getContentType();
    if (fileName == null && (Part.ATTACHMENT.equals(disposition)
    || !contentType.equalsIgnoreCase("text/plain"))) {
    // pick a random file name. This requires Java 1.2 or later.
    fileName = File.createTempFile("attachment", ".txt").getName();
    if (fileName == null) { // likely inline
    p.writeTo(System.out);
    else {
    File f = new File(fileName);
    // find a version that does not yet exist
    for (int i = 1; f.exists(); i++) {
    String newName = fileName + " " + i;
    f = new File(newName);
    FileOutputStream out = new FileOutputStream(f);
    // We can't just use p.writeTo() here because it doesn't
    // decode the attachment. Instead we copy the input stream
    // onto the output stream which does automatically decode
    // Base-64, quoted printable, and a variety of other formats.
    InputStream in = new BufferedInputStream(p.getInputStream());
    int b;
    while ((b = in.read()) != -1) out.write(b);
    out.flush();
    out.close();
    in.close();
    catch (Exception e) {
    System.err.println(e);
    e.printStackTrace();
    In this code if Content is Multipart then it is not displaying content..
    Thanks

    Hi
    if i use String provider = "imap"; then it shows the following error message..
    javax.mail.MessagingException: Connection refused: connect
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)
    at javax.mail.Service.connect(Service.java:275)
    at javax.mail.Service.connect(Service.java:156)
    at javamail.AllPartsClient.main(AllPartsClient.java:39)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    at com.sun.mail.iap.Protocol.<init>(Protocol.java:84)
    at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
    ... 3 more
    pls any one give idea

  • HT2486 My address book only displays e-mails. How can I sync it with my i-phone to display the address book the same way as my contacts in my i-phone?

    Currently my address book only displays e-mail addresses. It uses the portion of the address in front of the @ as the name. How can I sync it with my i-phone 4S that has name/numbers and addresses of my contacts?

    Hello there, Seta.
    You are correct that this can be done with iCloud. The following Knowledge Base article provides some great instruction for syncing contacts:
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/ht1296
    Particularly:
    Contacts, Calendars, Bookmarks, and Notes
    You can sync contacts, calendars, bookmarks, and notes with other applications on your computer. This allows you to keep all your information in sync across multiple computers and iOS devices. The settings for these items are all in the Info tab for your iOS device in iTunes. With your iOS device connected to the computer, select your iOS device. Then click the Info tab.
    For details on syncing content on your iOS device with your computer, click the sections below.
    Contacts
    To sync contacts with your computer, choose "Sync Contacts with" within iTunes for Windows, or "Sync Contacts" in OS X v10.8, or "Sync Address Book Contacts" in OS X v10.7 and earlier.
    You can sync your contacts with:
    Microsoft Outlook 2003, Microsoft Outlook 2007, Microsoft Outlook 2010 (Windows XP, Windows Vista, Windows 7, and Windows 8)
    Windows Address Book (Windows XP)
    Windows Contacts (Windows Vista, Windows 7, and Windows 8)
    Address Book (Mac OS X v10.7 and earlier)
    Contacts (Mac OS X v10.8)
    Microsoft Entourage 2004, Microsoft Entourage 2008, or Microsoft Outlook 2011 for Mac
    Notes:
    When syncing contacts, you can choose to sync all of your contacts or only selected groups. The option to sync selected items may not show up until after the first sync.
    You can select a group of contacts to which all new contacts created on your iOS device will be added.
    Additional options for syncing include syncing your contacts with Yahoo or Gmail/Google Mail. You will need to configure it with the user name and password for your Yahoo or Google account.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How can I read my incoming emails in one folder?Like I do in Live mail and Outlook express.

    Now we can only read emails in different folders if I am managing multiple email accounts.
    It does not feel so comfortable as we use Live mail and Outlook express.

    '''Unified Inbox for pop and Imap mail accounts:'''
    If you use the Unified folder view, this will show an Inbox with all emails from all accounts, with sub folder Inboxes for the individual Inboxes for the various accounts. Then you can choose to view the collective Inbox or the individual Inbox.
    This method can be chosen simply and quickly.
    * View > folders > Unified
    '''Setting up Pop mail accounts to use Global Inbox.'''
    Pop mail accounts can be set up to use a Global Inbox in Local Folders.
    Imap mail accounts cannot be set up to use Global Inbox, but can use the Unified view.
    To change Pop mail accounts to use Global Inbox, you would need to move all emails into Local Folders Inbox.
    Then change the settings for each pop mail account.
    Tools > Account Settings > Server Settings for the pop mail account
    click on 'Advanced' button
    select 'Inbox for a different account' and 'Global Inbox (Local Folders)
    click on OK
    You need to do this for each Pop mail account.
    Then close Thunderbird. You must do this before downloading anything otherwise the emails may continue to go to the wrong Inbox.
    Wait a few moments for Thunderbird to fully close and then restart Thunderbird.
    Please read more info on global inbox here:
    * http://kb.mozillazine.org/Global_Inbox

  • Inline HTML + Inline Text + attachment all 3 in 1 mail  in Outlook

    Hello All,
    I am trying to compose and send a mail using JavaMail library using which I can send a mail with
    1) HTML in the body of the mail
    and
    2) 4 -5 line of text (along with HTML , not as alternative text)
    and
    3) an attachment (which will also be an HTML file )
    Now here are the issues I am facing --
    --> When I try to view above composed mail in Outlook it shows either the text or HTML depending on whichever i add first to the MimeMultipart object using addBodyPart(). I wish to view both in Outlook.
    --> As I am attaching the same HTML file and displaying the same in body is there a way to do both using same file hence keeping the size of mail does not contain the size of HTML file only once , not twice .
    here is the code I am trying to use . Any kind of advice or corrections would be greatly appreciated.
    BufferedReader in = new BufferedReader(new FileReader("filename.html"));
            String tempStr;
            String finalStr="";
            while ((tempStr = in.readLine()) != null)
               finalStr= finalStr + tempStr+"\n" ;
            in.close();
            Multipart mp = new MimeMultipart();
            MimeBodyPart mbp1 =  new MimeBodyPart();
            mbp1.setContent(finalStr, "text/html");
            mbp1.setDisposition(Part.INLINE);
            mp.addBodyPart(mbp1);
            MimeBodyPart mbp2 =  new MimeBodyPart();
            mbp2.setContent("\n\nPlease open attachment if html not viewable in body\n\n","text/plain");
            mbp2.setDisposition(Part.INLINE);
            mp.addBodyPart(mbp2);
            String       attachfilename = "filename.html";
            MimeBodyPart mbp3           = new MimeBodyPart();
            DataSource   fds            = new FileDataSource(attachfilename);
            mbp3.setDataHandler(new DataHandler(fds));
            mbp3.setFileName(attachfilename);
            mbp3.setHeader("Content-Type" , "text/plain");
            mp.addBodyPart(mbp3);
            message.setContent(mp);Thanks

    Hello bshannon
    As you said that "Different mailers will display the same content in different ways." i was wondering if any of the outlook will be able to display more than one mimebodypart(s) if a mail is sent using javamail or is Outlook suposed to show just one body part
    I read this text on wikipedia for Outlook [http://en.wikipedia.org/wiki/Outlook_Express]
    "Handling of PGP/MIME signed messages
    Outlook Express does not correctly handle MIME,[4] and will not display the body of signed messages inline. Users get a blank e-mail and two attachments (one of the message text and one of the signature) and therefore need to open an attachment to see the e-mail. If the email has been forwarded several times, users need to open attached email messages one inside the other multiple times till they reach the parent e-mail message. This bug has still not been rectified."
    So does the above bug applies to the mails sent by JavaMail ?
    Thanks

  • Create Hyperlink when sending mail via Outlook

    Hi all,
    I want to mail a hyperlink from within function module via outlook. Creating the hyperlink and starting function <new mail> in outlook works just fine. But when the document (word, pdf, etc.) contains blanks, the hyperlink gets interrupted.
    For example:
    h:\temp\word1.doc (this will work just fine).
    h:\temp\word 1.doc (error when displaying hyperlink in body of new mail).
    I know that sometimes on the internet blanks are displayed as %20. But how to insert this in an ABAP statement using CONCATENATE?
    Best regards,
    Micky.

    Hi Micky,
    Try using replace command... to replace SPACE with %20
    Regards,
    Raj
    See the example below:
    REPLACE
    Basic form
    REPLACE f WITH g INTO h.
    Addition
    ... LENGTH len (length specification for field f )
    Effect
    Replaces the first occurrence of the contents of field f in field h with the contents of field g . All fields are handled in their defined length; this means that closing blanks are not ignored.
    The return code value indicates whether the string f was found in h and replaced by g :
    SY-SUBRC = 0 String replaced.
    SY_SUBRC = 4 String not replaced.
    Example
    DATA FIELD(10).
    MOVE 'ABCB' TO FIELD.
    REPLACE 'B' WITH 'string' INTO FIELD.
    returns:
    FIELD = 'AstringCB', SY-SUBRC = 0

  • Using jsp mail in outlook

    I came to know that using jsp mails can be send from ms outlook as a webpage, ( ie, when the receiver view the message its looks like a normal web page) we see this in so many promotion mails,were they display ads or about the product...exactly the same i have to do.....now one of my frd done this using asp, and it can be done using jsp also settin a object
    Does any one know abt this???

    Hi ,
    Do u want to send mails through Outlook only or u want a java smtp program to send mail that looks same as advertisment mails u get .. i e like webpage ..
    Regards

  • Apple Mail to Outlook 2011 email migration

    I recently decided to shift from Apple Mail to Outlook 2011 because i was not very fond of the preferences used by Apple Mail.
    However, it was later on that i realized the migration process from Apple Mail to Outlook 2011 wasn't as easy as i thought i would be.
    Now i urgently need to get my important emails transferred, how do i go about it.
    Any help will be appreciated.

    Hey David,
    So it would become easier for me to answer your question if you answered any of the following queries-
    Do you have:
    Any IMAP accounts?
    Any Exchange accounts?
    Any POP accounts?
    Any email stored locally ("On my Mac")?

  • Moving email from apple mail to outlook

    Is there a way to move saved emails in folder on apple mail to outlook for MAC  Thanks Randall.

    Hi,
    I take it you meant export from apple mail.
    If so there is no export option available... Unless I'm looking in the wrong spot, have a import option for apple mail but no export.
    Cheers

  • How to exchange E-mail from Outlook?

    After an update of the software of the N97 to version 12, I had to install again the exchange option with Outlook. Contacts, Agenda, Tasks, ... works fine, but I can't get the mail exchange working again.
    My purpose is just to load the mails of say 5 days from Outlook into the N97. In the Ovi Suite I have chosen: 
    Nokia PC sync instellingen: I have chosen E-mail, too; folder: Inbox; exclusief e-mails bigger than 200 kb.
    I think I do something wrong on the N97-side (and can't remember what I did right the very first time).
    Is it right to chose a mailbox: @home
    use as a usernaam the name I use in Outlook
    use as a password the password I use in Outlook
    use the same server for incoming mails as I use in Outlook
    use a standardconnection
    Mailboxname: the name after @Home
    use as Mailboxtype the same I use in Outlook: POP3
    use as port: standard?
    First I would like to have this working.
    Even better would be if I could use two mailboxes: 1 for e-mails from Outlook; 2 for e-mails from a different source via internet.
    Message Edited by loriot on 22-Sep-2009 05:08 PM

    As I can't believe that no one here knows the anwser, I think my description and/or title is unclear.
    It's about synchronization between the N97 and Outlook, but the problem I have only with synchronizing E-mails between the N97 and Outlook; synchronizing agenda, contacts, tasks, ... works well. 
    Message Edited by loriot on 23-Sep-2009 07:01 AM

Maybe you are looking for

  • Purchase Variance Tracking

    Hi Everyone, My customer's accountant is looking for a report that would track the Purchase Variance Account. For example, our customer is using Moving Average as their Valuation Method.  They may receive items using A/P Goods Receipt PO's and may sh

  • [SOLVED] Pacman issue after -Syu

    Hello guys, This morning I did a full update with "pacman -Syu", before that, I also did an installation for gnome and gnome-extra as well as openoffice. There were some connection loss during the update and perhaps some packages failed to be retriev

  • How to create a blog like list with items indented.

    Hey guys i know there has got to be a easy way to do this but quite frankly im just stuck. Im trying to create a blog like list kind of like what you see in wordpress or even facebook. I've tried using the vbox, vgroup and some other without any luck

  • IPod in recovery mode, iTunes won't recognize

    I'm very frustrated. I tried upgrading my iTouch to the 2.0 software, but it sent my iPod into recovery mode. When I plug my iPod into my computer, iTunes won't recognize my iPod at all. If I plug it into another computer it is recognized and I can r

  • Buisness Object XI 4.0 should run on Tomcat or Netweaver Java

    Hi, I'm interested to hear peoples opinions on it's wiser to use tomcat or sap's NetWeaver  java stack. SAP have confirmed we can use java ce 720. I'm of the opinion in the long run SAP will probably move away from tomcat and push there own product.