Outlook Calendar Email Display Name and Reply to Name

I need help to change the display email address and reply-to-email address used when I create and send calendar invitations from Outlook.
Here is my setup.
I am using Outlook 2013 that is connected to an Exchange server.
I have 2 email systems.
My main email system is NOT using Outlook.  All of my emails flow through, as an example, [email protected]
Outlook is used only for my contacts and calendar.  For this email let's call it [email protected]
Right now when I send a calendar invite it comes from [email protected] and the reply-to-address is [email protected]
I would like the "from name" and "reply-to" name for all calendar invites to be displayed at [email protected]
My [email protected] will redirect all calendar invites to [email protected]
How can I configure Outlook to do this?

So to my understanding there are 2 different email systems: one handling the @email1.com, based on Postfix/sendmail/Exchange/<other mail server> and one handling the @email2.com based on Exchange.
If you add an accepted domain in your Exchange organization - @email1.com - then you'll be able to add the [email protected] address to the list of email addresses stamped on your Exchange mailbox. Following this, the recently added address can be specified
as reply-to address (Primary SMTP Address). On the other email system, you'll have to use @email1.com as an internal relay accepted domain (similar to the notion described
here) and configure a connector to send email to the Exchange organization for @email2.com. As for the forwarding itself - if that system is also Exchange - the 'targetAddress' attribute could be used, which will instantly forward the email to the '[email protected]'
value that should be stamped inside (see
this link); if a different email system, then the equivalent feature of 'targetAddress' should be used. 
Yet the whole setup is cumbersome to say at least. Could you give more details about what is it you're trying to achieve at a higher level ?

Similar Messages

  • Is it possible to disable - Outlook Calendar Email Notifications?

    Hi all, hope you are well.
    I have recently had a query from a PA to an MD where she makes a change to an appointment in his calendar even a simple edit, he obviously receives notification of this change. I have looked pretty much all over and am not familiar with such a function but
    is anyone aware if it possible to disable this function as that is what they are asking for to happen.
    So she manages his calendar and when she makes changes he receives the email notification, the question is simply is anyone aware of a way to disable this function? I'm of the opinion that if there is it will be a global rather than explicit function.
    The other option I thought was to setup a rule in Outlook to delete such notifications I guess?
    EXCHANGE 2010 AND OUTLOOK 2010 are in play here
    Any help greatly appreciated.
    Thanks in advance!

    Hi
    As per the information and details provided by you, to disable Outlook calendar, email notification, please follow these steps: -
    Step 1: - Open the
    Outlook Options menu (File-Options).
    Step 2: - Click the
    “Mail” tab.
    Step 3: - Adjust your notification settings under the
    Message arrival section. You may disable all notifications, or pick and choose from the available settings.
    Step 4: -
    Desktop Alert Settings allow you to adjust the timing and transparency of the pop-up alert.
    Step 5: - Click
    OK when complete.
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • Information about file Id, Logical file name and Physical file name

    Hi All,
    I am testing one program. Selection screen has 3 parameters, File Id, Logical File Name and Physical file name. In Physical File name, i am giving complete file name with path. But it is giving error. Please tell me, what is File id and what all information i need to enter for logical file name and physical file name.
    Thanks
    Puneet Aggarwal

    hi,
    try using this for filename.
    parameters : p_file like rlgrap-filename.
    Thanks,
    Gaurav

  • Logical file names and Physical file names

    Hi Guys...
         Can you let me know what is the difference between Logical file names and Physical file names?
    Regards,
    Rohit

    Using Logical Files in ABAP Programs http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm
    Creating and Defining Logical Filenames
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm

  • How to find output type givenSapscript form name and print program name

    Hi  Experts,
           Can anyone tell me how to find the output type of  a sapscript form if the print program name and sapscript form name is 
    known.

    Hi,
    There are two ways:
    1. Use table TNAPR .. Here is table give PGNAM as your print program name and FONAM as form name.. Now the field KSCHL will be the output type assigned to your script.
    2. You can also check the NACE t-code.. In that select a application(Corresponds to your area) -> click on Output types tab -> Here you get list of output type.. You need click on Processing Routine folder to get all other info..

  • What is the key column name and value column name in JDBC Adapter parameter

    Hi
    Can any one please tell me what is the Key Column Name and Key Column Value in JDBC adatper parameters. If i dont mention those parameters i am getting the following error
    <b> Value missing for mandatory configuration attribute tableEOColumnNameId</b>
    Please help me
    Best Regards
    Ravi Shankar B

    Hi
    I am doing DataBase Lookup in XI
    First i have created a  Table in Database( CheckUser) which has two fields UserName and PhoneNumber and then i have created
    I have created one Communication Channel For Reciever Adapter .
    I have given the parameters like this
    JDBC Driver : com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection : jdbc:microsoft:sqlserver://10.7.1.43:1433;DatabaseName=Ravi;
    UserName.... sa
    password.... sa
    persistence : Database
    Database Table Name : CheckUser
    Key column name and Value column name i left blank and activated
    and then
    I have created
    Data Types : Source ...... UserName
                      Destination.... PhoneNumber
    Message Types
    Message Interfaces
    In Message Mapping
                  I have created one User Defined function DBProcessing_SpecialAPI().This method will get the data from the database....
    In this function i have written the following code
       //write your code here
    String query = " ";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    query = "select Password from CheckUser where UserName = ' " +UserName[0]+ " '  ";
    try {
         channel = LookupService.getChannel("Ravi","CC_JDBC");
         accessor = LookupService.getDataBaseAccessor(channel);
         resultSet = accessor.execute(query);
         for(Iterator rows = resultSet.getRows();rows.hasNext();){
              Map  rowMap = (Map)rows.next();
              result.addValue((String)rowMap.get("Password"));
    catch(Exception e){
         result.addValue(e.getMessage());
    finally{
         try{
              if(accessor != null)
                   accessor.close();
         }catch(Exception e){
              result.addValue(e.getMessage());
    And the i have mapped like this
    UserName -
    > DBProcessing_SpecialAPI----
    >PhoneNumber
    when i am testing this mapping i am getting the following error
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Dest_JDBC_MT xmlns:ns0="http://filetofilescenario.com/ilg"><phoneNumber>Plain exception:Problem when calling an adapter by using communication channel CC_JDBC (Party: , Service: Ravi, Object ID: c360bc139a403293afbc49d5c46e4478) Check whether the communication channel exists in the Integration Directory; also check the cache notifications for the instance Integration Server (central Adapter-Engine) Channel object with Id Channel:c360bc139a403293afbc49d5c46e4478 not available in CPA Cache.
    com.sap.aii.mapping.lookup.LookupException: Problem when calling an adapter by using communication channel CC_JDBC (Party: , Service: Ravi, Object ID: c360bc139a403293afbc49d5c46e4478) Check whether the communication channel exists in the Integration Directory; also check the cache notifications for the instance Integration Server (central Adapter-Engine) Channel object with Id Channel:c360bc139a403293afbc49d5c46e4478 not available in CPA Cache.
         at com.sap.aii.ibrun.server.lookup.AdapterProxyLocal.<init>(AdapterProxyLocal.java:61)
         at com.sap.aii.ibrun.server.lookup.SystemAccessorInternal.getProxy(SystemAccessorInternal.java:98)
         at com.sap.aii.ibrun.server.lookup.SystemAccessorInternal.<init>(SystemAccessorInternal.java:38)
         at com.sap.aii.ibrun.server.lookup.SystemAccessorHmiServer.getConnection(SystemAccessorHmiServer.java:270)
         at com.sap.aii.ibrun.server.lookup.SystemAccessorHmiServer.process(SystemAccessorHmiServer.java:70)
         at com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(HmisServiceImpl.java:169)
         at com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.java:178)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmiServer(HmisServletImpl.java:296)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmiServer(HmisServletImpl.java:211)
         at com.sap.aii.utilxi.hmis.web.workers.HmisInternalClient.doWork(HmisInternalClient.java:70)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletImpl.java:496)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletImpl.java:634)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    </phoneNumber></ns0:Dest_JDBC_MT>
    In RWB i have checked the status of JDBC driver its showing the following error
    <b>Value missing for mandatory configuration attribute tableEOColumnNameId</b>
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

  • Can I use firefox in webview? what is the package name and the activity name?

    Can I use firefox in webview? what is the package name and the activity name?
    I saw : intent.setClassName("com.tencent.mtt", "com.tencent.mtt.MainActivity");
    but what is the name for firefox?

    rahulmcadit wrote:
    The phone is from UK and the carrier on which phone has been locked is "ORANGE". I want to use the same phone in India. I want to unlock the phone. Can you please suggest me what is the procedure to unlock the phone. How can I pay the amount to ORANGE carrier and can use my iphone in India.
    Contact ORANGE to unlock it.
    See this -> http://support.apple.com/kb/HT5014

  • My brother gave me his old ipod how do I remove his name and put my name on it so itunes will reconignes me

    My brother gave me his classic ipod, how do I remove his name and put my name so my itunes will recognize my computer?

    Hello Darryll,
    Welcome to the Apple Support Communities. If you want to change the name of the iPod, the following article assist with getting that setup for you.
    iTunes 11: Frequently used features
    http://support.apple.com/kb/HT5649
    Then you can change the name and sync the ipod with your library
    iTunes and iOS: Change the name of your iPhone, iPad, or iPod
    http://support.apple.com/kb/ht3965
    Connect your device and open iTunes.
    In the source list (the left-hand column of iTunes), double-click the name of your device.
    Type the new name for your device and press Return on the keyboard.
    Sync the device (press Sync in the bottom right corner of the screen).
    Regards,
    -Norm G.

  • How can I find the specific channel name and modify channel name in automatically in VBS?

    How can I find the specific channel name and modify channel name in automatically in VBS? (DIAdem 9.1)
    I would like to change channel name = "speed01" ... "speed10"  to  channel name = "velocity01"..."velocity10.
    martino

    Hello Martino,
    this script will help:
    Option Explicit
    Dim i
    Dim n
    For i=1 To 10
    If i < 10 then
    n = CNo("speed0" & i)
    Else
    n = CNo("speed" & i)
    End If
    If n > 0 Then
    If i < 10 then
    ChnName(n) = "velocitiy0" & i
    Else
    ChnName(n) = "velocitiy" & i
    End If
    End If
    Next
    Matthias
    Matthias Alleweldt
    Project Engineer / Projektingenieur
    Twigeater?  

  • Could take the same JNDI-names for both tags: jndi-name and local-jndi-name

    Hello!
    I try to design the weblogic-ejb-jar.xml descriptor and I ask myself, if I could
    take the same JNDI-names for both tags:
    <jndi-name> and <local-jndi-name> ?
    Could you give me and advice if this is ok?
    Thanks

    if you have two separate interfaces, you cant bind them to the same jndi
    name. you will have a local home that extends EJBLocalHome and a remote
    home called EJBHome. also you need to know which one you are looking up
    so you can cast it properly, and use it property (remote interfaces need
    PortableRemoteObject, remote parameters are passed by value, ...)
    joern kirch wrote:
    Hello!
    I try to design the weblogic-ejb-jar.xml descriptor and I ask myself, if I could
    take the same JNDI-names for both tags:
    <jndi-name> and <local-jndi-name> ?
    Could you give me and advice if this is ok?
    Thanks

  • How can I change the "folio name" and the "publication name?

    Hello,
    We have posted a Multi-folio App a single folio in it.
    We would like change the "folio name" and the "publication name” and we tried to do this using the dashboard. However, when clicking “update” we unchecked the “update content” checkbox, because there are no changes to the folio’s content. The problem is that this didn’t change anything in the app: both the "folio name" and the "publication name” remain unchanged…
    Is it possible to do this without having to repost this folio?
    Thanks!
    Olivier.

    The metadata is considered part of the content. Click update again and leave the "update content" checkbox checked.
    Neil

  • Difference sym.getSymbol("name"); and sym.$("name");

    Hej all,
    where is the difference between these two ways in calling a symbol.
    sym.getSymbol("name");
    and
    sym.$("name");
    I now that I use the first one for .play() stuff and the second one for .hide(), .show(), etc.
    But is there a definition, when to use which one?
    Thanks.

    Hi there,
    In addition to what Feloxor mentions, the biggest difference between them is that the sym.getSymbol() method allows you to address the symbol timeline and access any child elements within the symbol (i.e., sym.getSymbol("symbolName").$("childElementName")), whereas sym.$("symbolName") addresses only the element that the symbol instance represents, allowing you to change element properties such as x/y position, width, height, etc. of the symbol instance on the Stage.
    hth,
    Joe

  • What version of LabVIEW first included Bundle by Name and Unbundle by Name?

    What version of LabVIEW first included Bundle by Name and Unbundle by Name?
    Allen Weekley

    I am auditing software that was originally written a long time ago by someone who is long gone from the company. In a discussion of this, someone offered the theory that Unbundle by Name did not exist in LabVIEW 4.0 as an excuse for one aspect of the poor programming style. I couldn't remember for sure if LabVIEW 3.0 had Unbundle by Name. The question was merely academic.
    There was at one time a chart comparing features of different LabVIEW versions somewhere on the NI web site. Anyone know where it is located, if it is still there?
    Allen

  • Mac outlook 2011 not display "Contact and Recent addresses"

    I just installed Mac outlook 2011 in my new 2014 Macbook Pro OSX 10.9.4
    When I type email address to the bar it does not display "Contact and Recent addresses" to list all the typed email address. Only if I press "tab" button, it will finish the rest of the address. The point is I cannot choose the address
    from a list of same name persons.
    However, it works well in my old Mac Book pro. OSX 10.9.3
    Thanks.

    Hi,
    Since the issue is related to Outlook 2011 for Mac and this forum focuses on Microsoft Outlook for Windows, I recommend you to ask a question in Microsoft Outlook for Mac forum for more professional suggestion:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macoutlook?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1398357753849
    The reason why we recommend posting appropriately is
    you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for

  • Regarding LOB index

    Hi, I am having a SQL loader mapping where in I am loading data from a CSV file to Oracle target table. My target table is having a CLOB column. Now, due to this a LOB index has also been created for this column. My CSV is having 1 million records an

  • Transferring photos from iPhoto 2 to iPhoto '08

    I have an old iBook G4 that I use when traveling running iPhoto2. I used this to import photos (about 3000) on a recent vacation. At home I have a newer Intel based mac running iPhoto '08. When I use the import to library option on iPhoto '08 and imp

  • IPad 2 wifi issues with iMac internet sharing

    I have the iPad 2 [ (Wifi + 3G) ( iOS 5.1.1 (9B206) ] which connected to my 21" iMac [Mac OS X Lion 10.7.4 (11E53)] through Internet sharing seemlessly some time back. However of late, with latest software updates on the iMac & iPad, the connection s

  • Problems with update to iOS 5.1.1

    My iPhone is still on iOS 4.2.1 and whenever I try to update to ios5.1.1 it tells me firmware not compatible. I did every step in the support section, no success.

  • Mavericks Finder - how default to "double click opens new window"?

    I am old and set in my ways.  I like having the Finder open a new window when I double click a folder.  Since 1984 I've arranged Finder windows in positions and sizes that suit me and I have never seen any reason to change. In Mavericks however there