Bundle Manifest and Exchange

Hi, I've been trying to package my new extension through Adobe Extension Builder 3 for a while now and am able to export it just fine.  In my bundle manifest the Bundle ID is the same as the Bundle Name (Webbsy, in this case) and everything works fine in my testing.
However, when I go to upload the exported ZXP file to Exchange, it warns me that the Bundle ID must be in the format "com.company.product" or something along those lines.  After going into the Bundle Manifest Editor and re-exporting with the updated Bundle ID I get some weirdness when I install it locally via Extension Manager.  The Bundle Name is not respected, so the name within the Extension Manager's menu contains my Bundle ID (which does not look good).
Is there any idea what is happening here?  I want to be able to upload to Exchange, but I want my extension to go by its name when it is installed in Extension Manager.  Am I missing something here?

Roddy Ide at Worldwide Developer Support provides this answer to the problem:
I think this might be the same as a problem raised on this thread:
http://forums.adobe.com/message/5525889
Looks like you should be able to work around it by editing the manifest.xml file.

Similar Messages

  • Bundle Manifest Editor Exception

    Following advice from WDS, we have just migrated to EB 2.1 (using the trial version until the team releases fixes authentication issues for the standard version via the partner portal) and upon importing or opening an existing EB 2.0 project in FlashBuilder 4.6, and then attempting to access the Bundle Manifest Editor throws an exception and displays the message "Could not open the editor: An unexpected exception was thrown." (The log of the event is included below.)
    Is there a way to externally edit the manifest to correct whatever problems the editor is experiencing? (We hope the only solution to this is NOT to create a new project and import the sources.)
    !ENTRY org.eclipse.osgi 2 1 2013-07-26 07:36:51.656
    !MESSAGE NLS unused message: HybridBundlePage_extensions_title in: com.adobe.cside.ui.editors.pages.messages
    !ENTRY org.eclipse.osgi 2 1 2013-07-26 07:36:51.656
    !MESSAGE NLS unused message: ZXPBundlePage_extensions_title in: com.adobe.cside.ui.editors.pages.messages
    !ENTRY org.eclipse.ui 4 0 2013-07-26 07:36:52.276
    !MESSAGE Unable to create editor ID com.adobe.cside.ui.editors.BundleManifestEditor: An unexpected exception was thrown.
    !STACK 0
    java.lang.NullPointerException
              at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported(Unknown Source)
              at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection(Unknown Source)
              at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent(Unknown Source)
              at org.eclipse.ui.forms.editor.FormPage$1.run(FormPage.java:152)
              at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
              at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)
              at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)
              at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange(Unknown Source)
              at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)
              at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)
              at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)
              at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
              at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
              at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
              at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
              at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180 )
              at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFo lder.java:270)
              at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder .java:65)
              at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStack Presentation.java:473)
              at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1245)
              at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1198)
              at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1597)
              at org.eclipse.ui.internal.PartStack.add(PartStack.java:493)
              at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
              at org.eclipse.ui.internal.PartStack.add(PartStack.java:479)
              at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
              at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
              at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
              at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
              at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:808)
              at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:707)
              at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:666)
              at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2942)
              at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)
              at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)
              at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)
              at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
              at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)
              at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)
              at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)
              at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run(Unknown Source)
              at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    Roddy Ide at Worldwide Developer Support provides this answer to the problem:
    I think this might be the same as a problem raised on this thread:
    http://forums.adobe.com/message/5525889
    Looks like you should be able to work around it by editing the manifest.xml file.

  • SBS Server 2003 and Exchange Server - need to access but only have HDD

    Hi,
    I have been redirected here from a Microsoft Community Forum. I am reasonably conversant with windows systems but am not a computer professional, just trying to see if I can solve a problem without spending a great deal of cash at this stage as
    our office has been completely flooded out and we are still struggling to regroup....Here is the original question.
    A couple of years ago our sever died completely, we kept the HDD's, but unfortunately not the CD's with the software on or the software keys. So I have now 2HDD's, the original boot partition and one with data on. both clean and fully working and
    connected now to an old desktop. I can see everything fine, but I cannot boot from the original boot drive (I have tried simply disconnecting the desktop's boot drive and the windows logo shows for 1 second an d then chucks me back to the initial (DOS?) load.
    The point is that I need to boot into SBS2003 with the exchange server installed in order to access a handful of old emails which have become extremely important, and also to run an old version of Filemaker server which will not run on any newer O.S.
    I have tried, incidentally, a converter for the exchange files and I can see the directories but I think that unless I pay $xxx for something, which I cannot afford now, then I will not get the emails and all attachments back.
    So my question is this - is there anyway I can use the original boot disk in a new hardware environment to restore both sbs 200 and exchange to working condition? I have paid vast sums for both so I do feel that I should be able to use them still!
    Many thanks
    Gor

    Hello
    tip:
    get one pc with hyper-v or VMware. with enough memory.
    install 2003 OS with sp2
    run dcpromo  add same domain name wich is old.
    install exchange 2003  /with same ORG name / and install exch 2003 sp2
    open exch console and Enabling the database to be overwritten on mailbox database
    dismount database, rename database, and copy old database to new and mont database
    run clean mailbox
    create new user without mailbox.
    select disconect mailbox and connect to new user.
    sorry my english

  • Diff b/w netweaver platform and exchange infrastructure.

    Dear SDNers,
    I am new to net weaver.first of all what is the diff b/w netweaver platform and exchange infrastructure.
    i want to learn more about net weaver.if anybody give me the links, i would be grateful to them.
    reward sure...
    Senthil kumar

    Hi
    N/W is a set of new dimensional products that SAP uses for Integration of different Business entities like the "People" ,  "Information"  and "Process"
    XI is part of the Process Integration layer.
    Regards
    krishna

  • Return and Exchange process in CSC

    In CSC Return and Exchange process, While Returning an Item, Refund type is Store Credit. How to change Refund type as credit card?
    Thanks in Advance.

    You can check out the products and services tab on this website - follow the instructions and it will let you if you are still under warranty and also let you know how much apple will charge to replace the battery. Also, check out MacResQ.com and compare prices. I believe I read that Apple Stores will give you a 10% discount for a trade in and there are some online places that will let you trade up also.
    Cheryl

  • Payment program and exchange rate

    Hey Gurus,
    When i run the payment program to pay my foreign vendor in foreign currency the system does not calculate the exchange difference at the point of the payment program.
    Example.
    invoice on 9/11 for 4267.50AUD the rate 1.2154 =3511.19usd run the payment program on 9/17 the rate is 1.18840. it pays out 3511.9 instead of 3590.96usd. The difference between the 3511.19 and 3590.96 would be the exchange loss or gain.
    What is missing, or how should the system do it.
    Then when the bank pays the order at the bank rate, the rate in the books and the bank rate are different, therefore different payment amounts, how do you set up the system to reconcile the two and generate another exchange rate.
    Please
    Thank you

    Thank you for your quick response!!
    What if i don't know the banks rate at the time of the payment program, which is what the case is going to be.
    I guess my question is does the payment program calculate the exchange gain or loss when clearing the invoice , if so what settings make it do that?
    And once the clearing is done and i receive the bank statement the two amount would be different due to the different exchange rates, how do i make the bank statement reconcile the two and post and exchange gain or loss.
    Please help this is urgent.
    Thank you

  • IOS 6 and Exchange Calendar Sync Issues

    My company has been having several issues with iOS6 active sync and Exchange 2010 (sp2 ru4 v2).
    Issues:
    1. When an appointment is updated by the organizer the initial appointment does not update on the iOS device. Instead a 2nd appointment is created at the new time causing both appointments to be present.
    2. When an appointment is updated by the organizer the iOS device does not reflect the updated date / time. This seems to happen more than not with recurring events.
    Does anyone know if apple is aware or what the procedure would be for me to open a case with them directlty? All iOS devices are fully updated (to avoid the tansaction log bug that was happening).

    Same issue here Sam, with several users in our organization of about 2500 iPhone and iPad users, mostly iPhone. 
    I have been watching your post for over two weeks now and no one has responded.  Have you learned anything in the interim? 
    Unfortunately I have not, my many searches across the web have yielded no results that are relevant to the problem.
    Ken

  • Consolidating E-Mail, Contacts & Calendars with MobileMe and Exchange

    OK, now that I have upgraded the software on my iPhone and made my ActiveSync connection to Exchange, I am a little confused. My e-mail is syncing between my office Exchange account and my iPhone, but I need to consolidate the Contacts and Calendars. BTW, I also have a MobileMe account.
    When I try to turn on syncing for Contacts and Calendars, I am told that my previous Contacts and Calendars will be deleted. Seems like I don't want to do this. When I look at my e-mail, I can choose to look at either my Mobile Me or my Exchange e-mail. Will I get the same effect with my Contacts and Calendars? Or will they all be consolidated into one? If it's the latter, how can I protect the hundreds of contacts and appointments I already had in my phone before I got to do any of this ActiveSync-ing with Exchange?
    Not sure if that's clear... let me restate... What I need is one set of Contacts and Calendars. If I can't consolidate the Exchange and my current iPhone content into one, it's OK. But if I have to consolidate them, what can I do to protect the items I already have in my iPhone?
    I'm just not getting the concept here....
    Also, I had a dotMac account that is now a MobileMe account. Now my iPhone shows that I have three e-mail addresses (dotMac, MobileMe and Exchange). Can I delete the dotMac account or should I just leave them all in my phone?
    Thanks for any help!!

    Anil,
    Thanks for the information. We do have an OSS message open on this and they have as of yet not recommended any patches. I have also done a search and found nothing. Do you know how I can find that patch or perhaps the OSS note number? We will also update our OSS message.
    Thanks,
    Mike

  • Migration of domain 2003 and exchange 2003

    dear sir,
    presently  we have    domain controller win2003 std sp2  and exchange server 2003 sp2  ,installed on domain controller
    we need to migrate from  exchange 2003 to exchange 2010 and then to  exchange 2013. please suggest the procedure step by step
    can i migrate exchange 2003 to   exchange 2010 with  win2012 R2 std  in domain 2003
    or we need to first upgrade  domain controller  or exchange server.

    Hi,
    First, we should note that only Exchange 2013 SP1 is supported on Window 2012 R2. And it is not recommended to install Exchange server on DC server.
    Since both Exchange 2010 and Exchange 2013 can run at least Exchange 2003 domain/forest functional level, we can upgrade Exchange first and then raise the functional level.
    Because Exchange 2013 can't coexist with Exchange 2003, you need to remove Exchange 2003 server before you decide to upgrade to Exchange 2013.
    Hope this helps.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Removing dead Exchange 2003 and Exchange 2000 Server from the domain

    Hi Team,
    I have come across a client who wants to migrate to O365 from existing Exchange 2003 environment through the Hybrid Model. I am trying to introduce 2010 Sp3 to the environment. While checking the environment using Exchange pre-deployment found 2 servers
    in the environment which is not present on the network now. Client has no clue what they are.
    One is Exchange 2003 and the other is Exchange 2000. The problem here is i cannot introduce Exchange 2010 Sp3 unless all the Exchange servers are running minimum Exchange 2003 Sp2. 
    At present i find only 2 exchange 2003 Sp2 server which are in production. Need kind assistance to move forward.

    Hi,
    I recommend you follow the steps below:
    1. Please upgrade Exchange 2000 and Exchange 2003 to Exchange 2003 SP2 at first.
    2. Deploy Exchange 2010 servers in this order: CAS, Hub, UM and Mailbox. For more information, here is an article for your reference:
    Exchange 2003 - Planning Roadmap for Upgrade and Coexistence
    http://technet.microsoft.com/en-us/library/aa998186(v=exchg.141).aspx
    3. Install Exchange 2010 SP3.
    Here is an article for your reference.
    Upgrade Exchange 2010 to Exchange 2010 SP1, Exchange 2010 SP2, or Exchange 2010 SP3
    http://technet.microsoft.com/en-us/library/bb629560(v=exchg.141).aspx
    About a hybrid deployment with Microsoft Office 365 using Microsoft Exchange Server 2010 servers, here is an article for your reference. 
    Understanding Upgrading Office 365 Tenants for Exchange 2010-based Hybrid Deployments
    http://technet.microsoft.com/en-us/library/jj945383(v=exchg.141).aspx
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Exchange 2003 and Exchange 2010 Coexistence Activesync Issue

    Hello,
    I am currently on the progress of migrating mails from Exchange 2003 SP2 to Exchange 2010 SP3. Before I can do actual migration, I need to make sure that OWA and Activesync works when Exchange 2010 becomes Internet facing.
    Right now Exchange 2003 is Internet facing while Exchange 2010 is internal LAN only. OWA login from Exchange 2010 to a mailbox in Exchange 2003 works fine. However, trying to open a mailbox in Exchange 2003 from Exchange 2010 Activesync fails.
    Activesync login from Exchange 2010 to a mailbox in Exchange 2010 works fine, as well as logging in from Exchange 2003 to mailbox in Exchange 2003.
    Tests using AccessMyLAN ActiveSync Tester using Exchange 2010 as entry point are inconclusive. The test shows the app successfully contacting ActiveSync version 6.5 which is Exchange 2003, but results in "Activesync detected, but not correctly configured."
    Tests using Test-ActiveSyncConnectivity from Exchange 2010 reveals Error HTTP 400 when contacting Exchange 2003. The cmdlet also shows it successfully contacting Activesync version 6.5 (Exchange 2003).
    I have searched around, installed hotfix KB937031, enabled Integrated Windows Authentication on Exchange 2003 Microsoft-Server-Activesync, disabled Require SSL for Microsoft-Server-Activesync and exchange-oma, yet I still can't connect to a mailbox inside
    Exchange 2003 through ActiveSync 2010. Website Multiple Identities for port 80 has been set correctly. Exchange 2003 has Forms-Based Authentication Enabled and is the one thing we haven't tried disabling yet.
    We want to make sure everything works first, then make Exchange 2010 Internet facing, and finally do the mail migration. We do not want to migrate everyone in a single sitting. Please if anyone have ideas any help is welcomed!

    Exchange 2010 will proxy ActiveSync for Exchange 2003.  For OWA, it will redirect, so you need a legacy redirect URL.  You can test all of this internally without changing your Internet connection.  For ActiveSync you can use a WiFi connection.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Problems with a shared calendar using Outlook 2007 and Exchange 2010

    Hello all,
    We are having a problem with sharing a calendar using Outlook 2007 and Exchange 2010.
    I will start with some background. I have just started my position with this company. I have been working with networks for awhile at the small business level. I have not had much production experience with exchange. There is only myself and my supervisor
    who has inherited a midsized network which was built by five previous techs that are no longer with the company. Of course, the previous techs did not leave much documentation, so the original hows and whys for our system setup has been lost.
    One of the managers has a calendar she shares with some of our users. I believe this calendar has been in use since sometime in 2006. A mailbox was created to hold this calendar to keep it separate from the managers calendar. I am not sure what version
    of exchange they were using at that time, but I assume there was one or two migrations of it getting to its current state on our exchange 2010 server. At some point it was observed that the other workers she was sharing with were not able to access it correctly.
    I am not fully sure what the original problem was (possibly some people not being able to see or connect to the calendar), but it was decided to give everyone who needed access to this calendar full access permissions through exchange. Correct me if I
    am wrong, but I believe that gave everyone connected the ability to do anything with the calendar. Of course the manager was not happy about that. This is where I started working on the problem.
    I removed everyone, except the manager who wants to control the calendar, from having "Full Access Permissions". This did have the effect of making some people just able to see the calendar and not make changes. Though there were others that were
    able to connect to the calendar who I thought would not be able to. The manager that originally created the calendar did try to manage access to it through the Outlook interface, though it currently does not seem to be fully in effect.
    So, to get to the point of what we are trying to do, is there a way to get the original manager back into control of the calendar though Outlook? It would be preferred to be able to keep the history of what they tracked of this calendar, so starting a new
    one would be something we would rather avoid. After that, getting all of the users that need to connect to the calendar reconnected with the correct access permissions and making sure they are all synchronized.
    I realize this is a big mess, and your help would be greatly appreciated.

    Hi Nigel,
    How is the impact, just one user or all users, Outlook or OWA?
    If just one user, it seems like an issue on the Outlook Client side.
    Please trying to re-create new profile to fresh the caches.
    Please runing Outlook under safe mode to avoid some AVs, add-ins and firewall.
    Found a similar thread for your reference:
    Calendar Sharing not available error message
    http://social.technet.microsoft.com/Forums/exchange/en-US/d9b33281-d7bb-4608-8025-16fb26643d0d/calendar-sharing-not-available-error-message?forum=exchangesvrclientslegacy
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • How to get link b/w FAGL_FC_VAL documents and Exchange rate loss&gain g/l

    Hi experts,
    pls tell me link b/w FAGL_FC_VAL documents and Exchange rate loss & gain g/l documents.pls provide me the table name and field names.
    Regards,
    Viswanadh

    Hi,
    I think you have been looking for link between FAGL_FC_VAL document created at the time of foreign currency valuation and document created at the time of realization (loss or profit booked). There should not by any link between the two, please note that these two will be differnt figures as realization is based on exchange rate at the time of realization and valuation is based on the rate prevailing at the time of valuation. Also valuation gets reversed on key date + 1 which woulld essentially mean that valuation is done for reporting purposes only.
    Hope this helps!!!
    Regards,
    Murlidhar Khatri

  • Support for windows 2k12 R2 and Exchange 2k13 in Oracle VM 3.3.1

    We are planning to deploy Windows 2k12 R2 and exchange 2k13 in Oracle VM 3.3.1 which is based on Xen 4.3 hypervisor.
     Kindly let me know whether windows 2k12 R2 and exchange 2k13 is supported on ovm 3.3.1 or not. if not then what is the possibility of support in near future from microsoft. Also let me know list of supported windows OS and exchange versions for OVM
    3.3.1

    Hi
    It would be best to contact Oracle themselves.
    On this list Server 2012 R2 is listed:
    http://docs.oracle.com/cd/E35328_01/E35329/html/vmrns-guest-os.html
    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.

  • Keeping Gmail email addresss and using Outlook 2011 for Mac and Exchange

    Hi,
    we use gmail for email at present with Outlook on a Mac. Having found that contacts and calendars cannot be synched between Oulook for Mac and Gmail I want to use exchange as a means of getting this sync working between my iPhne, iPad and OSX calendar and
    contacts.
    We actually want to continue with our gmail addresses (because it's too painful to change to anything else). I understand that gmail can forward messages to Exchange and presumably to be read in Outlook for Mac. How do we use Outlook for Mac and Exchange
    to send emails such that they are sent using our gmail email address.
    I.e people are not aware of what is going on in the background - they sent to our gmail address and receive a reply from the gmail address
    Many thanks
    Mike

    Good luck with that.
    You're not going to like this answer, but you should let Exchange be your e-mail system.  Move off Gmail to Exchange on-premises or Online.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

Maybe you are looking for