Some chinese words problem in Javamail via MS Exchange Server

Dear All
I have a Javamail problem.
When I use Javamail to send email via MS Exchange Server, there are some chinese words will become corrupt code and not all chinese words. i.e ("��", The code in big5 is "F9 D6").
If I use Javamail + Linux SendMail, this problem will not happen. All chinese words will display correctly by the same program. Anybody else know why and how to resolve it?
The following code is part of my program.
String mailHost = "192.168.1.255";
String subject = "TESTING WORD ��";
String mailBody = "TESTING WORD ��";
Properties props = new Properties();
props.put("mail.smtp.host", mailHost);
Session session = Session.getDefaultInstance(props, null);
MimeMessage msg = new MimeMessage(session);
msg.setFrom(from);
msg.setRecipients(Message.RecipientType.TO, addressTO);
msg.setSubject("=?big5?B?" + enc.encode(subject.getBytes()) +"?=");
msg.setContent(mailBody, "text/html; charset=big5");
Transport.send(msg);

clearly looks like an MS Exchange problem to me. May be they are not encoding the 8 bit data properly? So, you are using MS Exchange to send it and which client do you use to read the mail sent?

Similar Messages

  • Sending & Recieving Mail via MS. Exchange Server

    I have to implement Email System using JSP. Microsoft Exchange Server will be used at back-end. Can any body give me some usefule code or hints about this.

    Hi,
    I have to implement Email System using JSP. Microsoft
    Exchange Server will be used at back-end. Can any body
    give me some usefule code or hints about this.Download the latest version Java Mail API from our website
    at http://java.sun.com/products/javamail/
    The JavaMailTM 1.3 API provides a set of abstract classes that model a mail system. The API provides a platform independent and protocol independent framework to build Java technology-based mail and messaging applications. The JavaMailTM API is implemented as a Java platform optional package and is also available as part of the Java 2 platform, Enterprise Edition.
    You will also need the JavaBeansTM Activation Framework extension or JAF (javax.activation). We recommend the latest 1.0.2 version. It is available at http://java.sun.com/beans/glasgow/jaf.html.
    This JavaMailTM 1.3 API comes with a set of sample programs one of
    which is developed in JSP to send mails.First try to execute this
    and then start developing your system based on this.
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support/

  • Problem connecting outlook 2013 to exchange server

    Hello,
    I recently bought a new windows laptop for emailing (our company is otherwise only using Mac).
    Setting up Outlook with the intended email address failed, and at this point, when clicking Outlook, I get the following message:
    "The connection to Microsoft Exchange is unavailable. Outlook must be be online or connected to complete this action."
    The only option is to click "ok".
    The following window is then opened:
    "Microsoft Exchange"
    It has only one tab, containing:
    "Microsoft Exchange server" window, in which I've entered the server address.
    "Mailbox" window, in which I've entered the email address. There is a button called "Check Name".
    If clicked, the following message shows up:
    "The name can not be resolved. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action."
    By clicking "ok" anyway, the following message appears:
    "Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened. The file C:\xxxxxxxxxxx.ost is not an Outlook datafile (.ost)."
    The problem seems to be that there is nothing I can do to change these messages. I have access to the correct server name, address etc.
    What to do?
    Thank you for your help!

    Hi Scout,
    Thank you for your question.
    As Ronomatic said, we could clear the present profile and re-build profile by the following link:
    http://support2.microsoft.com/kb/829918/en-us
    The problem seems to be that there is nothing I can do to change these messages. I have access to the correct server name, address etc.
    Notice: We will make sue the client could resolve the FQDN of Exchange server by
    Ping or Nslookup;
    Waiting your reply. 
    Best Regard,
    Jim

  • Daily Problems with Mail Synchronizing with Exchange Server

    Our office uses Comcast Business Class Service, which uses 2007 Exchange Servers, for internet access and email. I upgraded my MacPro from 10.5.8 to Snow Leopard 10.6.2, using the Upgrade DVD. The upgrade process kept my original Leopard Mail settings, which were using POP. At that time, I had not problems with email.
    Unfortunately, awhile ago my Mail Preferences became corrupt, and I had to delete them. Upon relaunching Mail, the application wanted to use the new Autosync method to connect to the Comcast Exchange Server. Using POP was not an option.
    I must say that I am less than impressed with the way Mail integrates with Exchange Servers. I have daily problems, and experience these problems multiple times per day. When they happen, they slow my email communication down to a crawl; sometimes for as much as an hour.
    Specifically, the problem appears to be with Mail's ability (or inability) to properly synchronize with Exchange Servers. I get he spinning pizza icons next to the two Exchange email accounts I have in my Mailboxes source column. Opening the Activity window shows that the synchronizing process has slowed everything down. This results in not being able to send or receive email until the synchronizing is complete. And as I said, that can sometimes take as long as an hour.
    Stopping the process in the Activity window does not resolve the issue. Nor does quitting and relaunching Mail. Because the next time Mail attempts to connect to the Exchange Server, it will try to synchronize yet again. The problem has become so chronic, that I often have to resort to using Webmail while waiting of the synchronizing process to complete.
    Incidentally, the mailboxes that are synchronizing are empty! I am meticulous about keeping my Inbox, Sent, Drafts, and Trash mailboxes empty at all times. I do not use To-Do's, Notes, or Calendars of any kind on the Exchange Server, so there is no data to even sync!
    Has anyone else experienced this problem and found a fix? Other email accounts I have, which use POP or IMAP, do not have this issue. There does not appear to be away to abandon the Autosync Mail setup and revert back to POP. If there is, I will do it in a heartbeat.
    Thanks.

    Found a solution that works for me. Delete the problem account that's using AutoDiscover to sync with the exchange server. Before doing that, however, you will want to clear out the Inbox, Sent and even Trash folder for that account, as deleting it will remove the messages that currently reside in those folders. Just simply move them to another folder. You can move them back after re-creating the account.
    The second step is to re-create the account. Do this as you would normally, and enter in your name, username and password. THE TRICK: Press and hold the Option key when you click Continue. After Mail connects to the server and verifies your account information, you will then have a pull down menu that will allow you to choose Exchange Server, IMAP and POP. Simply select POP or IMAP, then fill out the rest of the fields.
    Viola! No more problematic Exchange Server syncing issues.

  • TLS problems with OIM mailing through exchange server

    Dear All,
    I ran into a problem concerning the internal mailing mechanism Oracle provides in OIM.
    Im trying to send email definitions through a custom made mail adapter.
    Each time i send it i get a 530 5.7.1. Client was not authenticated error.
    We narrowed it down to it being a TLS error since this is required by the exchange mail server we use.
    When we turn TLS off the mails are being sent but when it it turned on again the error returns.
    it seems the used provider, the javax.mail.provider com.sun.mail.smtp.SMTPTransport does not issue a TLS session.
    sun also has an SMTPSSLTransport provider but i dont now where i can config oracle to use that one instead of SMTPTransport (or even if this will solve the issue).
    Thanks in advance.

    I am actually using that, and sending works fine aslong as TLS is turned off on the exchange server.
    When it is turned on i get the 530 5.7.1 client not authenticated error, presumably caused by the Sun SMTPTransport driver used by the internal mechanism of Oracle IDM.
    So im wondering whether it is possible to say to OIM: dont use the SMTPTransport driver but the SMTPSSLTransport driver (which hopefully can handle TLS calls)
    Anyone? (or clues on how to solve it another way)

  • Using JavaMail with ESMTP exchange server

    Hi all,
    I have been looking at the FAQ, the SSLNotes.txt as well as the posted codes here and on google, but I am still having problem with the following scenario:
    An exchange ESMTP server which gave me a "Unrecognized SSL message" exception when I enabled TLS and passing in an authenticator for login.
    After experimenting with my IT manager, we concluded that the login has to be done in plain text after which TLS can then be switched to.
    So can anyone be able to provide me with a sample code for accessing such a server or point me in a direction as to how to implement a solution for it?
    Thank you very much in advance.
    Best Regards,
    James

    Sorry for the extremely late reply to your post Shannon and thank you for your help so far. I was caught up with other tasks.
    The following is the debug trace I managed to capture:
    DEBUG: JavaMail version 1.4.1
    DEBUG: not loading file: D:\Java\jdk1.5.0_11\jre\lib\javamail.providers
    DEBUG: java.io.FileNotFoundException: D:\Java\jdk1.5.0_11\jre\lib\javamail.providers (The system cannot find the file specified)
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.address.map
    DEBUG: not loading file: D:\Java\jdk1.5.0_11\jre\lib\javamail.address.map
    DEBUG: java.io.FileNotFoundException: D:\Java\jdk1.5.0_11\jre\lib\javamail.address.map (The system cannot find the file specified)
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG SMTP: trying to connect to host "mailbak.******.com", port 25, isSSL false
    DEBUG SMTP: exception reading response: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
    Got Exception: javax.mail.MessagingException: Exception reading response;
      nested exception is:
         javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?As before stated, I have created a DummyTrustManager and DummySocketFactory given in the SSLNotes.txt and enabled TLS and authentication via an authenticator.
    Best Regards,
    James
    Edited by: nghianja on Apr 22, 2008 3:10 PM

  • Problems with Calender Entries from Exchange Server

    I think this just started on Friday or Saturday--
    I opened my calender on my iPhone and it seemed a little empty. I noticed that a couple of appointments that I know should be there are not. I restarted the iPhone thinking there was some kind of transient glitch and some (not all) of my missing items appeared. Then disappeared. Then appeared. Then disappeared. Then they stayed gone. Every time I open my calender now, that happens.
    It seems that the items that stay put are the ones that I put directly into my iPhone. Many others come and go, and some never show up at all.
    Thankfully, my Outlook calender seems to be in good shape, although the new items I have put into my phone since Saturday have not synced.
    And my contacts sync with no problem, too. It's just the calender. Any help would be appreciated.
    Rick

    We have a similar problem with one VP's iPhone in our environment. Did some testing today and discovered the following:
    * When an appointment is sent to the VP and he accepts the appointment from his iPhone, all seems well, meaning that the appointment is visible both on his computer's Outlook and on his iPhone calendar.
    * When an appointment is sent to the VP and he accepts it from his computer's Outlook, it still appears as a "new invitation" on his iPhone and, if he does not respond right away from his iPhone, that appointment disappears from his iPhone. It remains on his Outlook calendar. These missing appointments on his iPhone cause scheduling problems for us, as you can imagine!
    So, my question is: how must one handle Outlook appointment schedule acceptance? Further complicating our situation is that this VP has a delegate who accepts appointments on his behalf. We're never quite confident whether his iPhone accurately reflects his actual appointment schedule.
    Please help! Thank you!
    Teija

  • Problems using Outlook 2013 with Exchange Server Small Business Server 2003

    Hello,
    We have just upgraded our Office suite from Office 2007 Pro to Office 2013 Pro.  When I try to configure Outlook 2013 to connect to Exchange Server 6.5 (SMS 2003) I get an error "Outlook 2013 being blocked by current version of Exchange Server".
     Outlook 2013 at present is not communicating with Exchange server 6.5
    Are there any fixes I have to install on our SMS 2003 server to allow Outlook 2013 to work with SMS 2003 Exchange Server?
    Any configuration changes I need to make?  Any help is appreciated.
    Thx
    John G.
    John Grace

    Hi
    Outlook 2013 is not supported with exchange 2003:
    http://technet.microsoft.com/en-us/library/ee624351.aspx#section10
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Problems installing Mailbox role on Exchange Server 2010 SP3

    I am in the process of installing Exchange Server 2010 SP3 on a Windows Server 2012 server in order to migrate our existing Exchange 2003 server. Everything went well with the installation process until I went to add the Mailbox server role, which is giving
    me the following error (from the log file):
    [05/03/2013 21:58:09.0090] [1] Executing: 
              $wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
              $manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
              Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
    [05/03/2013 21:58:09.0105] [2] Active Directory session settings for 'Start-SetupProcess' are: View Entire Forest: 'True', Configuration Domain Controller: 'TAM-FS2.tacomaartmuseum.org', Preferred Global Catalog: 'TAM-FS2.tacomaartmuseum.org', Preferred Domain
    Controllers: '{ TAM-FS2.tacomaartmuseum.org }'
    [05/03/2013 21:58:09.0105] [2] Beginning processing Start-SetupProcess -Name:'C:\Windows\system32\wevtutil.exe' -Args:'im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man" '
    [05/03/2013 21:58:09.0276] [2] Starting: C:\Windows\system32\wevtutil.exe with arguments: im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man" 
    [05/03/2013 21:58:09.0344] [2] Process standard output: 
    [05/03/2013 21:58:09.0344] [2] Process standard error: The value for channel property Type contains an invalid value. The parameter is incorrect.
    [05/03/2013 21:58:09.0347] [2] [ERROR] Unexpected Error
    [05/03/2013 21:58:09.0347] [2] [ERROR] Process execution failed with exit code 87.
    [05/03/2013 21:58:09.0350] [2] Ending processing Start-SetupProcess
    [05/03/2013 21:58:09.0350] [1] The following 1 error(s) occurred during task execution:
    [05/03/2013 21:58:09.0350] [1] 0.  ErrorRecord: Process execution failed with exit code 87.
    [05/03/2013 21:58:09.0350] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.TaskException: Process execution failed with exit code 87.
    [05/03/2013 21:58:09.0351] [1] [ERROR] The following error was generated when "$error.Clear(); 
              $wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
              $manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
              Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
            " was run: "Process execution failed with exit code 87.".
    [05/03/2013 21:58:09.0351] [1] [ERROR] Process execution failed with exit code 87.
    [05/03/2013 21:58:09.0351] [1] [ERROR-REFERENCE] Id=MailboxComponent___13A8A6B7DE0A4fe3BEB5CB1D86105DA3 Component=EXCHANGE14:\Current\Release\PIM Storage\Content Indexing
    [05/03/2013 21:58:09.0351] [1] Setup is stopping now because of one or more critical errors.
    [05/03/2013 21:58:09.0351] [1] Finished executing component tasks.
    [05/03/2013 21:58:09.0393] [1] Ending processing Install-MailboxRole
    I've searched all over but can't seem to find any reference to "exit code 87" - does anyone have any ideas?
    Thanks,
    Matt

    Error 87 -with these details below - and a fix. The situation that got me here by the way was an incomplete install that was uninstalled, then installed again.
    [02/24/2014 06:49:06.0967] [2] Active Directory session settings for 'Start-SetupProcess' are: View Entire Forest: 'True', Configuration Domain Controller: 'xxxxxxxxxxxxxxx', Preferred Global Catalog: 'xxxxxxxxxxxxxxxxxxxxxxxx', Preferred Domain Controllers:
    '{ xxxxxxxxxxxxxxxxxxxxxxx }'
    [02/24/2014 06:49:06.0967] [2] Beginning processing Start-SetupProcess -Name:'C:\Windows\system32\wevtutil.exe' -Args:'im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man" '
    [02/24/2014 06:49:06.0967] [2] Starting: C:\Windows\system32\wevtutil.exe with arguments: im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man"
    [02/24/2014 06:49:07.0592] [2] Process standard output:
    [02/24/2014 06:49:07.0592] [2] Process standard error: The value for channel property Type contains an invalid value. The parameter is incorrect.
    [02/24/2014 06:49:07.0592] [2] [ERROR] Unexpected Error
    [02/24/2014 06:49:07.0592] [2] [ERROR] Process execution failed with exit code 87.
    [02/24/2014 06:49:07.0592] [2] Ending processing Start-SetupProcess
    [02/24/2014 06:49:07.0592] [1] The following 1 error(s) occurred during task execution:
    [02/24/2014 06:49:07.0592] [1] 0.  ErrorRecord: Process execution failed with exit code 87.
    [02/24/2014 06:49:07.0592] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.TaskException: Process execution failed with exit code 87.
    [02/24/2014 06:49:07.0608] [1] [ERROR] The following error was generated when "$error.Clear();
              $wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
              $manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
              Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
            " was run: "Process execution failed with exit code 87.".
    [02/24/2014 06:49:07.0608] [1] [ERROR] Process execution failed with exit code 87.
    I found I could fix this by removing the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Microsoft-Exchange-Troubleshooters/Operational
    and everything underneath it.
    My guess is that wevtutil didn't like adding an event log where it already existed but was slightly different in setup (no idea how, exactly).
    After 24 hours I'll try post again - giving things time to make sure they are actually working.

  • Calendar/Mail not syncing via Microsoft Exchange server

    Hello...
    I know, I know. Not another Exchange server question....
    But here goes....
    I

    ****.... return button..
    My iTouch has all the right settings from my IT department who uses a Exchange 2003 server.
    User name, password, server is right - at least we think it's right.
    Once I try to get Mail on my iTouch, it comes up with a "Cannot Get Mail - the connection to the server failed' error.
    I'm actually trying to sync my Entourage Calendar mostly. All setting are right under the preferences in Entourage for syncing. And my iCal on my computer creates a mirror image of my Entourage calendar.
    I can sync up the Calendar through iTunes, but don't really want to do this. Would rather have this happen WiFi.
    Is there anything I'm missing?
    I've reset my setting on my iTouch too. Done all that...read all the discussions, articles...
    The only level that it stops me at is getting mail. The odd thing was yesterday it sent a couple of test emails I created last week. ODD!
    Trying to get at least 75% of the capability out of this great technology.
    Thanks,
    Adam

  • [E2007] [EWSMA] [C#] [Windows]: How can I retrieve all mail sent via this Exchange server (during a time period)

    Hi there,
    I'm quite new to Exchange and I'm not sure how to do this.
    I've been looking at both push and pull mechanisms. 
    The query is conceptually simple. I can do it for one user, I think:
    var filter = new SearchFilter.IsGreaterThanOrEqualTo(ItemSchema.DateTimeSent, after);
    var folder = Folder.Bind(exchange, WellKnownFolderName.SentItems);
    var results = folder.FindItems(filter, new ItemView(1000));
    ....but I'm not sure how to it for all users.
    Many thanks!

    Hi,
    This may be another option for you...
    Is your Exchange hosted for you / Office365 or on premises?
    If it’s on premises and you have storage space you could use a Transport Agent (and specifically a Routing Agent).
    Using an agent you can take a copy of ALL email going in and out of a server (that's the whole email not just the headers or a log entry for it), then all you need to do is store it somewhere. I'd suggest just store it on file with an index (with date information
    and the path to the email on disk etc) in a SQL database. Then when you need your "emails in a date range" simply run a query against your SQL database to get the list of emails. You can always run a batch job every now and then to remove emails older than
    a certain date.
    If your Exchange is hosted (or you are not allowed to install software on the server) this won't be an option.
    Regards,
    Scott
    Scott Quinn | C# developer & messaging specialist (for hire). Contact me at http://au.linkedin.com/in/scottquinn

  • Connect my Exchange server via Wifi and EA6500

    Hello, I have a problem. Since I have installed my new router, a Linksys EA6500, I have many problems to connect to my Exchange Server, which is located in my house, via Wifi. I tried to synchronize my Iphone and my Samsung tablet but it won't work. Most of the times I get the message that the Exchange server cannot be connected. When I turn off my Wifi en connect via my mobile provider I have no problems. When I am on a third party wifi I also can connect my server. Seems my own wifi causes lots of problems. My old router, a Dlink dir655, never had this problems. Can anyone help me?

    Make sure that you have replicated the settings of your old router to the settings of the new router and then try also to isolate this problem by using a laptop computer and check if it will work. The purpose of using a laptop is order for you to isolate if the problem is with the router’s firmware. Check if opening port 443 on your router will be able to fix this issue. You can also check the links below for further information about this concern.
    http://community.spiceworks.com/topic/205984-unable-to-connect-to-exchange-server-from-mobile-device...
    https://discussions.apple.com/thread/3413395?start=15&tstart=0

  • Microsoft Exchange Server Problem

    I successfully added our Company email on my I-Pad using the Microsoft Exchange function. My boss has the 3G WI-FI I-Pad and I absolutely cannot get it to work for him. I'm doing exactly the same thing I did for mine, but without success. Could there be a problem with the 3G Wi-Fi model or does anyone have any suggestions? I've tried everything I can find but it keeps giving me the "unable to verify account" message. Any ideas anyone?

    For what little it's worth, I have a 3G iPad and had no problems connecting it to our Exchange server, so it's not a blanket problem with the 3G model. I did the setup over a WiFi connection, though, not 3G; if you're attempting to do the setup via a 3G connection, you might try it over WiFi instead.
    Also, if your boss's iPad isn't on the latest (3.2.2) version of the iPad iOS, update and then try the setup again. Exchange fixes were part of the last couple of updates, if memory serves.
    Regards.
    Message was edited by: Dave Sawyer

  • Mail sync with exchange server problem

    I started using Apple last year but have a problem with syncing to my exchange server. My iPhone, iPad and MacBook Air all sync fine but Mail on my iMac will only sync up to 20/08/2013.
    The MacBook Air runs 10.9.1 and Mail v7.1 and syncs my exchange and IMAP mail perfectly.
    The iMac runs 10.9.1 and Mail v7.1 and syncs my IMAP mail accounts fine but will not sync beyond 20/08/2013.  I have tried deleting the account but keep getting messages that this will delete the account from my Macbook as they are linked via icloud.  I can disable the account on the iMac but cant see how to delete it then.
    There are posts about deleting mail caches but I dont know which files these are.
    Can you help please?

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Make sure that you have enabled auto sync under settings > auto sync and under email > menu button > settings > your account > synchronize email. 
    If the settings is correct, you could try with another email client from Google Play to see if you experience any difference behavior. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Network problems are preventing connection to Exchange when changing from Ethernet to Wifi

    I have a user that connects to Exchange fine while their computer is docked and connected to the LAN by Ethernet, but once they undock they receive the error "Cannot open item. Network problems are preventing connection to Exchange server." They
    are connected to the internal company Wi-Fi and nothing changes about their computer's status other than changing from being on the wired network to wireless.

    Hi,
    What's your Outlook version and Exchange version? Outlook 2007 or Outlook 2010/2013? Please check your Wifi settings and make sure your Wifi password is correct.
    In Outlook, please click File > Account Settings > Security and
    make sure the Encrypt data between Microsoft
    Outlook and Microsoft Exchange is checked.
    Regards,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for

  • MacPro 3,1 & 10.6.8 & 5770 & LED Display Not Working

    So from what I have read, 10.6.8 on my MacPro and the 5770 should work with this LED display, but I can't get it to even blip. I've disconnected my other monitors, I've reset the PRAM but no love at all. The display works instantly when I plug the mi

  • Opening photo in Editor problem

    I just installed PSE 12 on my new iMac. When I try to open a photo from iPhoto, I am getting the following message, "Could not complete your request because Photoshop Elements does not recognize this type of file." How do I access my photos to edit t

  • CD stuck in Macbook

    Hi this thread i made earlier http://discussions.apple.com/thread.jspa?threadID=1662966&tstart=0 is now archived and i wanted to comment on it so i made this one 2. I think i may have a few years ago added a disk label and put in a dvd to burn it. is

  • Populating a field with multiple text strings.

    Hi, This is for a XML form. I would like to populate a text field in a medical intake form. There would be a base intro to a doctor's assessment with the ability of the doctor the check off symptoms that would populate a expandable field to create a

  • Auditing tables..

    Hi Experts, Could anyone help me with the following issue. we are trying to implement the "audit feature" on a table. what is the best way to do the audit? (keep track of all the changes in the table) This is what we are doing..   Main_table   id   f