Auto forward messages from Sent items

Hi,
We are running Exchange 2010 and have a need to have all the items sent from a particular mailbox automatically forwarded to a second mailbox. I see this can be done using the Mail flow properties of the mailbox for incoming messages, but I don't see a way
to do the same thing for outgoing messages. Is it possible?
Thanks
Rich

Hi There,
As Ahuibers says:
"First open the Exchange
Management Console, expand Organization
Configuration, and select Hub
Transport."
Then select the tab
Transport Rules. Right click in there and add the new rule.
Best of luck.

Similar Messages

  • Is EnqueuedTimeUtc on BrokeredMessage changed when auto-forwarding messages?

    I'm currently doing some tests on Service Bus for Windows Server, and I'm using the
    EnqueuedTimeUtc property of the BrokeredMessage class for some performance tests (to calculate whether how much of the overhead is from Service Bus and how much of it is from my application code).
    In the configuration of the topics and queues, I set up auto-forwarding to automatically forward messages from a subscription to a queue.
    To correctly interpret the measurements, I have to know whether EnqueuedTimeUtc on a
    BrokeredMessage represents the time that the original message was sent, or if it represents the time that the messages was forwarded to the queue.
    Which is it? The original enqueue time on the topic, or the second enqueue on the queue?

    Hi Tommy,
    From your description, It seems that this issue is more related to Azure pack, I moved this issue into Azure Pack forum.
    Thanks for your understanding.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I've set up my Gmail account to auto forward messages to iCloud Mail but message are not being received. Can anyone help?

    I've set up my Gmail account to auto forward messages to iCloud Mail but message are not being received in iCloud Mail.
    Can anyone help?

    Try this out...  this worked like a charm:
    *On a desktop PC, log into your gmail account.
    *Click the gear up in the top right corner > Settings
    *Click Accounts
    *Under "Change Account Settings", click "Other Goole Account Settings"
    *Along the left, click "Security"
    *Under 2-step verification, click "Manage your application specific passwords"
    *It will ask for your usual gmail account password and take you to a page that says "
    Authorized Access to your Google Account
    *You will see a box to type in something (I just typed in iPad) then click "Generate Password"
    *It will generate a random password for you...  you will need this password Once in your iPad....
    Now...
    *Go to your iPhone Settings>Mail, Contacts, Calendars>Add Account>Google
    *Type in your name, your usual gmail email address and for the password, type in that random one generated on your PC
    It should work from there, if not follow what is below!
    *On a desktop PC, log into your gmail account.
    *Click the gear up in the top right corner > Settings
    *Click Accounts
    *Under "Change Account Settings", click "Other Goole Account Settings"
    *Along the left, click "Security"
    *Under 2-step verification, click "Manage your application specific passwords"
    *It will ask for your usual gmail account password and take you to a page that says "
    Authorized Access to your Google Account
    *You will see a box to type in something (I just typed in iPad) then click "Generate Password"
    *It will generate a random password for you...  you will need this password THREE TIMES in your phone or ipad....
    Now...
    *Go to your iPhone Settings>Mail, Contacts, Calendars>Add Account>Other>add mail account
    *Type in your name, your usual gmail email address and for the password, type in that random one generated on your PC
    *Next
    Incoming Mail Server:
    Host Name: imap.gmail.com
    User name: (your gmail email address)
    Password: TYPE IN THAT RANDOM PASSWORD AGAIN
    Outgoing Mail Server:
    Host name: smtp.gmal.com
    User name (your gmail email address)
    Password: TYPE IN THAT RANDOM PASSWORD AGAIN
    Done
    And allll the emails came rushing in   Hope this works for you!

  • Can't forward messages from my hotmail account

    Cant forward messages from my hotmail account

    Try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. When the screen goes blank then power ON again in the normal way.] It is 'appsolutely' safe!

  • IMessage wont forward messages from new contacts to my Mac.

    iMessage wont forward messages from new contacts to my Mac. New conversations started on my iPhone wont show up automatically on my Mac. What's the deal ?

    Hi,
    Do you mean sync ?
    Forward is a specific action that can be done with iMessages on a phone.
    Have your tried turning everything Off and then On Again ?
    I say this as I updated to Mac OS X 10.8.2 first then iOS 6 on the devices I had.
    On each iOS device there was a restart and at this point I was asked on my Mac to allow the Apple ID and iPhone Numbers to be allowed/added to Messages (I have two iPhones so I said no to one)
    10:48 PM      Monday; October 1, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • CiscoView Mail retain voicemails forwarded in Outlook Sent Items....

    All,
    I know that voicemail messages that are forwarded using the Cisco Viewmail client are actually relayed directly from the Unity Connection server (we are using single inbox) version 8.6.  As a result these messages are not recorded in the message tracking logs of exchange nor are they being journal by our exchange server.  Does anyone know of a way to capture these messages in the sent items via a hub transport rule, etc?  Thanks for any assistance you can provide.
    Phillip

    The E-Mail router uses SMTP for sending outgoing e-mail so this bypasses the exchange mail box as I understand it.
    The question regarding Server-Side Sync for outgoing e-mail was to confirm if it still uses SMTP as the transmission protocol as it doesn't mention this on the setup screens.
    We need to ensure e-mails are delivered immediately for customers and cannot take the risk that the users outlook is offline, but it is a pain that CRM based e-mail aren't being evidenced in the outlook sent items folder.
    Steve

  • 2010 EWS 2.0 C# Windows 7: "Data is Corrupt" error, but only when forwarding messages from a certain user

    I have an application that is basically a mailing list manager. New messages are sent to an Exchange mailbox, from outside of our organization. Periodically the application runs, scans the mailbox for new messages, and forwards them to the appropriate users.
    For the most part this works fine, but messages that come from a specific outside user cause a "Data is Corrupt" message.
    I have tried re-creating the messages that cause problems, both using Outlook and using a Gmail account. In both instances, the message went through the system with no problems. But this vendor is doing something that is causing me grief.
    I've included some sample code below. What I would really like are tips for debugging these kinds of problems. It seems to me that "Data is Corrupt" is sort of a generic error.
    private void ForwardMessage(EmailMessage msg, List<String> recipients, String replyTo)
         ResponseMessage stepOne;
         EmailMessage stepTwo;
         Folder drafts;
         ConversationId cid;
          * This is a little screwy.
          * EmailMessage.CreateForward() is really useful, because it preserves
          * attachments. But it mangles the message body and subject, so I have reset those.
          * And it doesn't support setting the Reply To, so I have to do this
          * in two steps: create the forward, save to Drafts, then get the
          * message in the Drafts forward, and set the Reply To.
         cid = msg.ConversationId;
         stepOne = msg.CreateForward();
         stepOne.Body = msg.Body;
         stepOne.Subject = msg.Subject;
         foreach (String s in recipients)
              stepOne.BccRecipients.Add(s);
         stepOne.Save(WellKnownFolderName.Drafts);
          * There is a chance, though small, that another process
          * could create a draft message in response to the message
          * I'm in the process of forwarding. But it is unlikely,
          * so I'm going to live with this. Extended Properties would
          * be the safer way to do this, but I couldn't get them
          * to make the trip.
         stepTwo = null;
         drafts = Folder.Bind(msg.Service, WellKnownFolderName.Drafts);
         foreach (EmailMessage em in drafts.FindItems(new ItemView(100)))
              if (em.ConversationId.Equals(cid))
                   stepTwo = em;
         if (stepTwo != null)
              stepTwo.ReplyTo.Add(replyTo);
              // This next line is where the "Data is Corrupt" error keeps happening
              stepTwo.SendAndSaveCopy();

    The place to start with Debugging would be to enable tracing and look at requests and responses your getting from the server to see if there is additional information and to also know which operation is failing see 
    http://msdn.microsoft.com/en-us/library/office/dd633676(v=exchg.80).aspx
    You might also want to do some testing with the EWSEditor
    http://ewseditor.codeplex.com/
    There also should be an EWSLog on the CAS server where the requests are being sent so this is worth looking at as well eg \Microsoft\Exchange Server\V14\Logging\Ews
    As a workaround with the failed messages you might want to trying getting the MimeContent and forwarding that instead of using the Forward operation
    Cheers
    Glen

  • I cannot forward messages from my Juno e-mail account.

    Firefox prevent messages in Juno e-mail from being forwarded. The background screen simply becomes darker with each failed attempt.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    Start Firefox in -> [[Safe Mode]] to check if your add-ons/extension are causing the problem.
    * Also see this article -> [[Troubleshooting extensions and themes]]
    Check and tell if its working.

  • 3rd party mailbox emails dissapered from sent items

    hi,
    we have 3 mailboxes, 2 are gmail accounts, the 3rd is my work email address.  it's the 3rd one that  is a big issue.  i receive emails via their pop3 server, and send emails via smtp.gmail.com.
    what is happening regularly now is
    1) loss of connection and imail not accepting the password for the email.
    2) my mailbox is completely empty.  i rebuilt it and everything looked to have come back. but i looked at sent folder, went back to the mailbox and it was empty again - 2 minutes after the rebuild.
    3) mails sent from my 3rd emaill adress are not listed in the sent folder.
    i have had the 1) problem several times and have lost loads of time figuring it out but the problem keeps happening.
    the missing emails is a major issue for me! and this started hapenning around the 14th august.
    any help gratefully received!

    Just figured it out. Somehow Gmail changed a setting on itself. I certainly didn't do it. Probably happened when the sign-in blipping started.
    Click SETTINGS
    Click LABELS
    UN-CLICK "SHOW IN IMAP" next to your Sent folder.
    Now Sent folder appears under Inbox with all my sent email listed in it.
    And not to worry... As Gmail notes: Removing a label will not remove the messages with that label.

  • How can I get thunderbird to download messages from SENT box in my talktalk pop3 server

    I am occasionally away from my laptop (i.e. thunderbird) and need to send messages by logging directly into my talktalk mail......... but I want to see them downloaded the same as incoming messages when I open thunderbird on my laptop.

    You get talk talk to implement the IMAP mail protocol instead of POP. You other choice is to copy the messages to the inbox to be downloaded. Messy, but it works.

  • After Mavericks upgrade, Mail.app doesn't show messages in Sent Items

    I upgraded to Mavericks this morning and Mail.app is not displaying messages in the Sent folder.
    I have 2 Gmail accounts set up and the messages are present in the All Mail folder but they're not displayed in Sent. They were definitely there before the upgrade.
    Has anyone else seen this happen ? I have TM backups that I can get to but I tried restoring the folder for the account with little success.
    Any help is appreciated.
    Cheers
    Dave

    *  FIX for:  GMAIL PROBLEMS  in MAIL AFTER MAVERICKS!!
    Dave,
    I had the same issue and discovered multiple copies of sent mail in the DRAFTS folder..
    I also had other MAIL issues after my update to Mavericks.
    This answer by Steve Rhyne SOLVED my issue and dozens of other people's too! 
    The Answer is here and go down to Steve Rhynes fix for it.  :
    https://discussions.apple.com/message/23500944#23500944
    No need to rebuild or anything!!
    lemme know if worked for u please?
    'Becca

  • Sent messages from secondary account are not saved in Outlook 2011 for Mac

    We are using a shared email account added in Outlook 2011 for Mac.  It's not the default account but we send from it often.
    Whenever sending from this secondary mailbox, the message is not saved in sent items folder under the secondary mailbox or the default mailbox.  There seems to be no record of the sent item anywhere.
    I verified the message is sent and received.
    All microsoft updates have been applied and we are using Exchange 2010.

    Hello,
    Please first log into OWA and check if the email are saved in the Sent Items folder.
    We can tick the option "Save copies of messages in Sent Items folder" in Outlook 2010 and Outlook 2013 to save a copy of sent message, please check if you get such option in Outlook for Mac.
    In addition, in Outlook for Windows, we can change a registry key to force Outlook to save sent emails in the default or secondary mailbox, but I'm not sure if Outlook 2011 has such trick. See:
    http://www.msoutlook.info/question/278
    Since this forum is general questions and feedback related to Outlook for Windows, it's better to post your question to the forum for Mac:
    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=1395990325271
    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.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Mail doesnt show in Sent Items

    We are using Outlook 2010 and Exchnage 2013 and are struggling with a strange issue.
    We have Published outlook in online mode  through Citrix and user use it to access mails. Some uses have added additional shared  mailboxes in outlook.
    When a user tries to send a email or reply to the email that is sent to shared mailbox or when user sends a mail from shared mailbox , the mail is sent fine and the recipient receives it.
    However the mail doesn't show in the sent items list for the Shared Mailbox or the Users mailbox.
    Everything works on a normal PC where Outlook is running in Cached Mode.

    Hi Kitaab,
    Try these out. In earlier versions it was not possible to save shared mailbox sent items with user mailbox as primary, but now its possible.
    What is your CU level, is it CU5 and above.
    Check if below settings are correctly set. Client\GPO\Regedit etc.
    Change where sent e-mail messages are saved when using an Exchange account
    By default, a copy of each message that you send is saved in the Sent Items folder.
    When you reply to or forward an e-mail message that is saved in any folder other than the Inbox, you can configure Outlook to save a copy of the sent message in the same folder as the original message.
    On the Tools menu, click Options, and then on the
    Preferences tab, click E-mail Options.
    Under Message handling, the Save copies of messages in Sent Items folder check box must be selected.
    Click Advanced E-mail Options.
    Select the In folders other than the Inbox, save replies with original message check box.
    https://support.office.com/en-in/article/Change-where-sent-e-mail-messages-are-saved-bd95ef3b-8c04-466a-8576-d1ce0eabeb2c#bm1
    Change the value of DelegateSentItemsStyle to 0 in the registry
    Locate and then select the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\<var>x</var>.0\Outlook\Preferences
    Note In this key path, the placeholder <var>x</var>.0represents
    15.0 for Outlook 2013, 14.0 for Outlook 2010,
    12.0 for Outlook 2007, and 11.0 for Outlook 2003.
    Select the DelegateSentItemsStyle value.
    On the Edit menu, click Modify.
    Type 1, and then click OK.
    Email sent using Outlook are not saved to the Sent Items folder
    Messages sent from a shared mailbox
    Email messages that you send from a shared
    For Outlook on Online mode:
    There is no resolution to this problem other than to either switch your profile to cached Exchange mode or set the DelegateSentItemsStyle registry value to zero (0).
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Smart Mailbox Does Not Update Sent Items Automatically?

    i use mail to send out proposals to clients that always have the word 'proposal' in the subject and always contain an attachment (pdf).
    i set up a smart mailbox called 'sent proposals' so that i can easily view a list of proposals that i have sent out.
    the criteria for the smart mailbox is:
    -match all of the following conditions
    -subject contains 'proposal'
    -contains attachments
    -from contains my@emailaddress (i have multiple accounts...)
    -include messages from sent
    the problem i am having is that the messages are not automaticlly displayed after i send them. for instance, i sent a proposal out yesterday and it still not displayed in the smart mailbox as of today even though i have opened and quit mail 10 times and have restarted my computer.
    the only way i can get it to show up is by going into the sent folder and opening the original message. if i do that, the smart mailbox suddenly gets updated and then displays the message from that point forward. unfortunately, this defeats the purpose of the smart mailbox.....
    any ideas?

    an interesing development...
    i created a new smart folder called 'sent proposals 2' and set the criteria to:
    match all conditions
    subject contains 'proposal'
    include messages from sent
    then i sent another test message with an attachment with the subject 'test proposal'.
    the email shows up in the newly created 'sent proposals 2' smart mailbox but not in the original 'sent proposals'...
    i then edited the 'sent proposals 2' smart mailbox to include the 'contains attachments' and the test proposal email disappeared from the list.
    i then edited it so that the only criteria was 'contains attachments' and the test proposal email is still not showing up, although it seems like all my previous messages that contain attachments did show up.
    i guess that means that the problem is in the indexing of the emails with attachments. for some reason or another, mail.app will not index the criteria of having an attachment of sent messages unless they are opened (or displayed in the preview pane) after they are sent.
    can anyone duplicate this on their machine?
    just set up a smart mailbox with the criteria:
    contains attachments
    include sent
    send a message with an attachment to an external account (i used my gmail address) and see if it shows up in the smart mailbox. if it doesnt show up, go into the sent items and open the email, then look to see if it shows up in the smart mailbox.
    thanks,
    geoff

  • Lion Mail - forwarded messages contain verbose header data

    Anyone know why forwarded messages contain all of this kind of information from the forwarded message? I understand this kind of info is in every email message but usually it is hidden. At least it seems to be in relpys.
    Any ideas on how to fix this?
    For example:
    James
    Begin forwarded message:
    From: Porter Airlines <[email protected]>
    Subject: Porter now welcomes your small dog or cat on board
    Date: 8 November, 2011 1:42:45 PM EST
    To: [email protected]
    Delivered-To: [email protected]
    Received: by 10.52.164.3 with SMTP id ym3cs35592vdb; Tue, 8 Nov 2011 10:42:48 -0800 (PST)
    Received: by 10.52.38.4 with SMTP id c4mr32934151vdk.123.1320777766872; Tue, 08 Nov 2011 10:42:46 -0800 (PST)
    Received: from a192-106.smtp-out.amazonses.com (a192-106.smtp-out.amazonses.com. [199.255.192.106]) by mx.google.com with ESMTP id d9si497549vcc.174.2011.11.08.10.42.46; Tue, 08 Nov 2011 10:42:46 -0800 (PST)
    Return-Path: <[email protected]l-bounces.amazo nses.com>
    Return-Path: [email protected]l-bounces.amazo nses.com
    Received-Spf: pass (google.com: domain of [email protected]l-bounces.amazo nses.com designates 199.255.192.106 as permitted sender) client-ip=199.255.192.106;
    Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email protected]l-bounces.amazo nses.com designates 199.255.192.106 as permitted sender) smtp.mail=[email protected]l-bou nces.amazonses.com
    Mime-Version: 1.0
    Content-Type: multipart/alternative; boundary="----=_Part_1024820_32754976.1320777765827"
    Message-Id: <[email protected]l.amazonses.com>
    X-Aws-Outgoing: 199.255.192.106
    < Edited by Host >

    Do you mean they get sent as headers, or are they part of the message body when they arrive? It will append whatever headers are currently displayed.
    Also, it's not a good idea to post your email on a public bulletin board like this unless you enjoy getting a lot of spam.

Maybe you are looking for

  • How do i copy music on my nano to a new computer (the old computer hard drive crashed).  None of the music was purchased from itunes, it was copied from cd's

    my old computer hard drive crashed.  i have music on my ipod nano - none of it purchased through itunes, all copied from cd's.  how do i copy what is on the nano to a new computer.

  • XML Download to Application Server

    Hello all,    Iam trying to download some data from my internal table onto the application server in XML format. This is the code that Iam using. Can you please let me know if this works. DATA: xml_out TYPE string,     length  LIKE sy-tabix.     CALL

  • Problem in decrypting the code

    I have written the following code for decryption String inputString = "5B5E0A35FBD295AB923D872BC1CBCF45307FACDA881978ACBE65C21FDF63658F61B48EE3C99BBDB0E51B9F1498289305526D82EA2D52D681993E3AD499F2887E82D35CC9CD9EF436B8A9E587CC3E2A50CABFAB39824632F7ECD

  • Macbook suddenly very slow

    Hi All, A couple of days ago, my aluminum macbook suddenly slowed to a crawl. Lots of beach balls, or just freezes with no indication as to why. In addition, certain applications (iTunes, Disk Utility,...) would crash, with crash reporter giving a KE

  • JComboBox Rendering problem

    Hi all, I am displaying some numbers in a JCombobox. To center-align the numbers, I used a custom ListCellRenderer(extending JLabel) where I added the code setHorizontalAlignment(JLabel.CENTER); But the number displayed in the combobox is left aligne