Exchange 2010 - Getting report on local internal email

Hi,
I am trying t get one particular stat out of my Exchange 2010 server using Powershell and could use some help.  I simply want the total number of emails sent internally within my single exchange server. 
Below is the Powershell command I have tried.
get-messagetrackinglog -ResultSize unlimited -Start “05/14/2013 00:00:00″ -End “06/10/2013 23:59:00″ | where {$_.Sender -like “*@domain.com“} | where {$_.Recipients -like “*@domain.com“} > “C:\internalmail.txt
The internalmail.txt file is empty.  I have made a couple attempts to get this information from the messagetrackinglog, but haven't gotten any results.  I was able to get the total number of RECEIVED and SENT emails from and to external addresses,
but nothing internal.
Does the messagetrackinglog keep a record of internal emails within the Exchange server?
Thanks for any help you can give.
Terry

Your command should work, but there's no need for a double 'where{}' and using ">file.txt" makes a not so useful file:
get-messagetrackinglog -ResultSize unlimited -Start “06/10/2013 00:00:00" -End “06/10/2013 00:59:00" | where {$_.Sender -like “*@rotterdam.nl“ -AND $_.Recipients -like “*@rotterdam.nl“} > “C:\internalmail.txt"
Also, you did not specify a server, so you will have to run this command on a transportserver and it will only return results from that perticular server.
Try the following:
get-transportserver| get-messagetrackinglog -ResultSize unlimited -Start $(get-date).addhours(-1) -End $(get-date) | where {$_.Sender -like "*@org.nl" -AND $_.Recipients -like "*@org.nl"} | select EventId,Source,Sender,@{name="Recipient";expression={[system.String]::Join(";",$_.Recipients)}},MessageSubject| export-csv -noTypeInformation "C:\internalmail.txt"
you should be able to run it from any of you servers and it should get you the logs from all transport servers over the last hour. I've used $(get-date) here to see if it is an issue with your date format (it uses locale settings, an "issue" that
has been fixed in Exch 2010).
http://technet.microsoft.com/en-us/library/aa997573(v=exchg.80).aspx
End
Optional
System.DateTime
This parameter returns message tracking log entries up to, but not including, the specified End date and time byusing the regional format of the
computer on which the cmdlet is run.
(you can expect an error on edge server query ... ignore these)

Similar Messages

  • Exchange 2010: New Mailboxes cannot receive external email, but internal works fine. Existing Mailboxes are working properly.

    Hello,
    I can't seem to figure out what the problem is, but my new mailboxes cannot receive external email. The sender receives an NDR stating the following:
    The error that the other server returned was: 550 550 No such user - psmtp (state 13).
    Internally, the affected mailboxes can send and receive mail, and the mailboxes have no trouble sending mail out of the organization. I do not see an anti-spam solution installed on the exchange server, and I have confirmed that DNS resolved to the WAN IP
    of this server. 
    Can anyone help me? The message tracker didn't appear to have recorded the NDR's that it sent, but it's possible I didn't view the logs correctly.
    Thank you!
    Paul
    My environment contains two servers:
    Server A: Domain Controller, Server 2008 R2, Exchange 2010 Standard
    Server B: Domain Controller, Server 2008 R2

    On Wed, 30 May 2012 02:01:19 +0000, Relion Support Inc wrote:
    >
    >
    >Hello,
    >
    >
    >
    >I can't seem to figure out what the problem is, but my new mailboxes cannot receive external email. The sender receives an NDR stating the following:
    >
    >The error that the other server returned was: 550 550 No such user - psmtp (state 13).
    >
    >
    >
    >Internally, the affected mailboxes can send and receive mail, and the mailboxes have no trouble sending mail out of the organization. I do not see an anti-spam solution installed on the exchange server, and I have confirmed that DNS resolved to the WAN
    IP of this server.
    >
    >
    >
    >Can anyone help me? The message tracker didn't appear to have recorded the NDR's that it sent, but it's possible I didn't view the logs correctly.
    Is your Exchange server exposed to the Internet or do you have some
    3rd-party device that does spam filtering? If you have something out
    in front of Exchange that only periodically refreshes its cache of
    valid SMTP addresses from the AD then you need to adjust the refresh
    rate.
    That "550 No such user" isn't a status code that Exchange returned.
    Rich Matheisen
    MCSE+I, Exchange MVP
    --- Rich Matheisen MCSE+I, Exchange MVP

  • Exchange 2010 can't send or receive email with attachments.

    Hello,
    We have an Exchange 2010 server, running under Windows 2008R2. Both the server and Exchange are current for Windows and Exchange updates. Exchange is on SP3 installed about a month ago with no errors reported in the event logs.
    The problem is that attachments over about 1 MB do not send or receive and no error message is returned. If I send an email message with a 3 MB attachment to myself, it reports as sent in Outlook. On the Exchange server the message queue shows nothing in
    the queue. I try to use Exchange mail flow tracking tool and it hangs when selecting “messages received from” option. I gave up waiting after 5 minutes for the display to populate.
    As the server is set attachments should be able to send and receive up to 20 MB.
    I checked and verified all settings I could find related to this. I checked with the Exchange Management Console per the following article:
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/managing-limits-exchange-server-2010-part1.html
    I also checked using the Exchange Power Shell using the following article:
    http://eightwone.com/2010/09/29/exchange-message-size-limits/
    Both show that all settings are suitable. Details are below
    I would appreciate feedback on this problem.
    Thank you!
    Details from the articles noted above:
    First test was to attach a 3 mb text file in Outlook sent from my in house account to my in house account. After 5 minutes the test message was not received nor was there an error message returned.
    Checked The Exchange server mail queue and there was nothing in the queue. Checked the Exchange mail flow tracking tool and it hung when selecting “messages received from” option.
    Reviewed and verified settings per the following 2 articles:
    Article #1
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/managing-limits-exchange-server-2010-part1.html
    Organization Configuration>Hub Transport>General Settings>Global Settings>Transport Settings set to max receive size (KB) = 20480
    Settings set to max send size (KB) = 20480
    Organization Configuration> Hub Transport> Send Connectors tab.
    Maximum message size (KB) set to 20480
    Exchange Management Console> Server Configuration> Hub Transport> and then on the right side, select the desired server.
    A list of all Receive Connectors will be shown below
    There are 3 receive Connectors
    #1) named Client XXXXXXXXXX
    Maximum message size (KB) set to 20480
    #2) named Default  XXXXXXXXXX
    Maximum message size (KB) set to 20480
    #3) named relay
    Maximum message size (KB) set to 20480
    Use Exchange Management Shell to check settings
    #1) Get-ADSite
    Returns:
    Name                           HubSiteEnabled
    Default-First-Site-Name        False
    #2) Get-ADSiteLink
    Name                      ADCost     ExchangeCost    Sites
    DEFAULTIPSITELINK         100                        {xxxx.local/Configuration/Si...
    #3) Get-ADSiteLink | select Max*
    MaxMessageSize
    unlimited
    Exchange Management Console>Expand Organization Configuration>Click on Hub Transport item>Click on Transport Rules tab
    No rules
    Article #2 
    http://eightwone.com/2010/09/29/exchange-message-size-limits/
    COMMAND: Get –TransportConfig
    results:
    ClearCategories                     : True
    ConvertDisclaimerWrapperToEml       : False
    DSNConversionMode                   : UseExchangeDSNs
    ExternalDelayDsnEnabled             : True
    ExternalDsnDefaultLanguage          :
    ExternalDsnLanguageDetectionEnabled : True
    ExternalDsnMaxMessageAttachSize     : 10 MB (10,485,760 bytes)
    ExternalDsnReportingAuthority       :
    ExternalDsnSendHtml                 : True
    ExternalPostmasterAddress           :
    GenerateCopyOfDSNFor                : {}
    HygieneSuite                        : Standard
    InternalDelayDsnEnabled             : True
    InternalDsnDefaultLanguage          :
    InternalDsnLanguageDetectionEnabled : True
    InternalDsnMaxMessageAttachSize     : 10 MB (10,485,760 bytes)
    InternalDsnReportingAuthority       :
    InternalDsnSendHtml                 : True
    InternalSMTPServers                 : {}
    JournalingReportNdrTo               : <>
    LegacyJournalingMigrationEnabled    : False
    MaxDumpsterSizePerDatabase          : 18 MB (18,874,368 bytes)
    MaxDumpsterTime                     : 7.00:00:00
    MaxReceiveSize                      : 20 MB (20,971,520 bytes)
    MaxRecipientEnvelopeLimit           : 500
    MaxSendSize                         : 20 MB (20,971,520 bytes)
    MigrationEnabled                    : False
    OpenDomainRoutingEnabled            : False
    Rfc2231EncodingEnabled              : False
    ShadowHeartbeatRetryCount           : 12
    ShadowHeartbeatTimeoutInterval      : 00:15:00
    ShadowMessageAutoDiscardInterval    : 2.00:00:00
    ShadowRedundancyEnabled             : True
    SupervisionTags                     : {Reject, Allow}
    TLSReceiveDomainSecureList          : {}
    TLSSendDomainSecureList             : {}
    VerifySecureSubmitEnabled           : False
    VoicemailJournalingEnabled          : True
    HeaderPromotionModeSetting          : NoCreate
    Xexch50Enabled                      : True
    COMMAND: 
    Set-TransportConfig –MaxReceiveSize 20MB –MaxSendSize 20MB
    C:\Windows\system32>Set-TransportConfig -MaxReceiveSize 20MB -MaxSendSize 20MB
    WARNING: The command completed successfully but no settings of 'Transport Settings' have been modified.
    COMMAND: 
    Get-SendConnector
    Identity                                AddressSpaces                         
     Enabled
    Internet                                {SMTP:*;1}                             
    True
    COMMAND: 
    Set-SendConnector -Identity Internet -MaxMessageSize 20MB
    WARNING: The command completed successfully but no settings of 'Internet' have been modified.
    COMMAND: 
    Get-ReceiveConnector
    Identity                                Bindings                                Enabled
    XXXXXXXXXX\Default XXXXXXXXXX           {0.0.0.0:25}                           
    True
    XXXXXXXXXX \Client XXXXXXXXXX     {:::587, 0.0.0.0:587}                   True
    XXXXXXXXXX \relay                        {0.0.0.0:25}                           
    True
    COMMAND: 
    Get-ReceiveConnector | fl Identity,MaxMessageSize
    Identity       : XXXXXXXXXX \Default XXXXXXXXXX
    MaxMessageSize : 20 MB (20,971,520 bytes)
    Identity       : XXXXXXXXXX \Client XXXXXXXXXX
    MaxMessageSize : 20 MB (20,971,520 bytes)
    Identity       : XXXXXXXXXX \relay
    MaxMessageSize : 20 MB (20,971,520 bytes)
    COMMAND: 
    Get-AdSiteLink | fl Name,*max*
    Name           : DEFAULTIPSITELINK
    MaxMessageSize : unlimited
    COMMAND: 
    Get-RoutingGroupConnector <ConnectorID> | FL Name, *Max*
    No routing group connectors are installed
    Individual
    Recipient Configuration > Mailbox>Properties of the User> Activate tab Mail Flow Settings> Properties>Message Size Restrictions settings:
    Set to 20480 for send and receive for all.
    Re-tested and had the same problem. 
    Post on Technet.

    ExchangeITPro,
    Thank you for your reply.
    >what SP are you at?
    As noted in the first paragraph: "We have an Exchange 2010 server, running under Windows 2008R2. Both
    the server and Exchange are current for Windows and Exchange updates. Exchange is on SP3 installed about a month ago with no errors reported in the event logs."
    >try restarting the transport services.
    Done previously as well as the entire server. No change.

  • Exchange 2010 - Getting mail statistics

    Hi,
    Is there any way to get a figure on how many emails where sent\received internally using exchange 2010
    Regards

    Hi,
    Based on my research, except the above suggestion, we can also try using the “Log Parser” tool to filter the Message Tracking log:
    Advanced Exchange Transport Logs Troubleshooting using Log Parser - Part 1
    http://msexchangeteam.com/archive/2007/11/12/447515.aspx
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Exchange Server 2013 - Lab setup with internal emails only

    Hi,
    I'm new to Exchange Server 2013. I've started a POC on the product by setting up a Lab environment with one 1 AD server and 1 Exchange server (Both Windows 2012 R2). As this is a POC I just need the internal email communication. I don't want the mails to
    go over the internet. 
    I've completed the installation part and just started to configure Send/Receive connectors and got stuck with the question whether the connectors are required or not.
    Could someone please help me out in configuring internal email setup for Exchange 2013 lab setup.
    Regards,
    Nithin

    Hi,
    You need not to configure send/receive connectors for internal email.
    The following article for your reference:
    http://technet.microsoft.com/en-us//library/aa996395(v=exchg.150).aspx
    Default Receive connectors created during setup
    Certain Receive connectors are created by default when you install the Mailbox server role.
    Default Receive connectors created on a Mailbox server running the Transport service
    When you install a Mailbox server running the Transport service, two Receive connectors are created. No additional Receive connectors are needed for typical operation, and in most cases the default Receive connectors don't require a configuration change.
    These connectors are the following:
    Default <server name>   Accepts connections from Mailbox servers running the Transport service and from Edge servers.
    Client Proxy <server name>   Accepts connections from front-end servers. Typically, messages are sent to a front-end server over SMTP.
    Each connector is assigned a TransportRole value. You can use it to determine the role the connector is running in. This can be helpful in cases where you are running multiple roles on a single server. In the case of each Receive connector previously
    mentioned, their TransportRole value is HubTransport.
    To view the default Receive connectors and their parameter values, you can use the
    Get-ReceiveConnector cmdlet.
    Default Receive connectors created on a Front End Transport server
    During installation, three Receive connectors are created on the Front End transport, or Client Access server. The default Front End Receive connector is configured to accept SMTP communications from all IP address ranges. Additionally, there is a Receive
    connector that can act as an outbound proxy for messages sent to the front-end server from Mailbox servers. Finally, there is a secure Receive connector configured to accept messages encrypted with Transport Layer Security (TLS). These connectors are the following:
    Default FrontEnd <server name>   Accepts connections from SMTP senders over port 25. This is the common messaging entry point into your organization.
    Outbound Proxy Frontend <server name>   Accepts messages from a Send Connector on a back-end server, with front-end proxy enabled.
    Client Frontend <server name>   Accepts secure connections, with Transport Layer Security (TLS) applied.
    In a typical installation, no additional Receive connectors are required.
    Niko Cheng
    TechNet Community Support

  • Outlook 2011 w. Exchange 2010 - deliver mail to local inbox?

    Hi all. I have a problem with a MacbookPro (OSx 10.6.8, fully updated) and Outlook 2011 (14.2.5, fully updated) using an account on a Exchange 2010 server.
    Mails sent directly the users e-mail address, is delivered to a local Inbox and is therefore removed from the Exchange inbox. This is a problem, because the user is also accessing the mailbox from iPad and iPhone. There are no rules at all in the Outlook settings. The mail remains in the Exchange inbox until Outlook syncronizes folders. The strange part is that the user also recieves mails, sent to distribution lists, but these mails is not delivered to the local inbox, but stays in the Exchange Inbox.
    The mail in the Exchange inbox should stay there, until deleted by the user ...
    I have 40 other users using the same setup (MacBookPro, iPad, various SmartPhones) and they does not have this problem.
    Does anybody know what to do or do I have to reinstall Office 2011 (again, I might add ...)

    I found this and it worked for me too....
    Outlook 2011 Moving Exchange Messages To On My Computer
    Posted on April 8, 2011 by ccooper
    I had a problem where Outlook 2011 was moving sent and inbox messages from the Exchange folders to the inbox under On My Computer. The solution was to go to Tools -> Mailing List Manager and turn off the rule that must have been set by accident.
    If you simply open up the Mailing List Manager I noticed that it automatically creates a rule that matches your email address and then moves them to the Inbox On My Computer. I must have been going through the various menu options and hit return by mistake.

  • Exchange 2010: ActiveSync Report shows large amount of hits. So what should I do?

    Hello,
    We currently use the ActiveSync Report to run a daily report of Hits on the Exchange 2010 SP3 RU5 CAS servers (http://blogs.technet.com/b/exchange/archive/2012/01/31/a-script-to-troubleshoot-issues-with-exchange-activesync.aspx)
    The script will report a large number of hits for several users, for different reasons. The question I have is what do we do about it? It's great to know we have a large number of hits, but I'm not sure why and what to do about it.
    Examples:
    1) No User, DeviceID, DeviceType (the columns are blank) and it shows 19,000 hits. Almost all are from IIS_4xx (what does that mean?)
    2) A user with 16,200 hits and it looks like 15,661 were from PING
    3) A user with 3,493 hits and it looks like 3224 were from SYNC
    Any advice on how to investigate and resolve the data that the daily script for ActiveSync hits reports?
    Thanks!

    WHY are there so many PINGS for some device, and so many SYNC for others. And why is one deviceID/UserID blank?
    because it is how the ActiveSync Client is setup. You will need to have the users to upgrade their client. for e.g. iOS verion (dont remember the version number) has some severe issue back in the past and brought down the CAS server due to so much log generation.
    If your user still have the old OS/iOS on their device then you have to have them upgrade.
    Why the userid or device id is blank --  I have no idea but I can't of there may be some Android devices.
    Where Technology Meets Talent

  • Outlook 2010 Exchange 2010 Read Receipt Request for all emails cannot be switched OFF.

    I have a strange situation with an Outlook 2010 client using Exchange 2010. The user has Outlook configured so that Under Options/Mail/Tracking - that "Read receipt confirming the recipient has viewed the message" is turned off. Yet everytime she
    sends a message, the option to request pops up on the recipient's outlook.
    I have tried to toggle the option on and off to no avail. I can switch the Delivery Receipt request on and off and it is no issue.
    Can anyone tell me what attribute in ADSIEdit or Exchange is that seems to be stuck ON? 

    Hi,
    I believe you would like to block this only for the user and not for your ORG... ??
    Although, you can block this for your entire ORG.
    what happens is that the Read receipt contains a "Disposition-Notification-To" 
    If we get rid of this header we can restrict the receiver to get that prompt.
    we can create a Transport rule either for the entire org or for that specific user by making an adjustment in the "exception tab"
    for more info refer this blog.
    http://blogs.technet.com/b/exchange/archive/2011/02/23/3412028.aspx
    Thanks & Regards
    John Chris

  • Exchange 2010 all mail clients with internal cached and internal non-cached mode users having connection status issues, login prompt -- external is fine either way

    Hello,
    I'm seeing an issue that started this past Monday with no recent change to our environment. 
    External Outlook Anywhere users and Mobile users, OWA users are unaffected.
    Internal Users are affected when using Outlook of any version, 2010 or 2013.
    -Internal Users normally log into their workstation with their ad credentials, domain joined machines. Outlook opens without credentials prompting ideally.
    1 . Using Cached Mode:
    a. Login Prompts, slowness - Since Monday, users are getting prompted to login. The prompt goes away after logging in at startup. It is also causing high CPU
    on the workstations.
    b. Free/Busy, Out of Office doesn't work. I can, however complete auto-setup for a new user, so autodiscover is not completely down for internal users.
    c. Checking Connection Status shows connecting status on highlighted entry below without ever establishing connection (just goes away).
    The outlook icon in the system tray says "Outlook is requesting data from the server":
    2. Using Non-cached mode 
    a. No Login Prompt at startup, business as usual
    b. Free/Busy, Out of Office works fine. Autodiscover is fine.
    c. Checking Connection Status shows normal except, it has "casarray URL, then status is referral" it seams to flicker this constantly then go away intermittently.
    d. Main issue in non-cached mode is, sometimes a user will log into windows, open outlook and it will not open and says "server is unavailable. Retry, work offline, or cancel" I can try re-opening, same message.
    Only after logging out of windows, logging back in, I can get back into outlook. This is not every time, or consistent with specific users, but random. 
    3. Lync Pop up  for credentials often, though entering the password.
    URLs are correct. Autodiscover, EWS, etc. 
    Already tried bypassing our loadmaster load balancer with host files on clients. same issue regardless of casarray node. 
    Not sure what is going on.
    Josh

    You have a hybrid configuration with Office 365, right?  You didn't provide this valuable piece of information.
    In Exchange Online PowerShell run this command:
    Get-OrganizationConfig | FL PublicFoldersEnabled
    If the value is "Remote" then users with Exchange Online mailboxes are looking to on-premises public folders.  Be sure that you have legacy pubic folder interoperability properly configured.
    http://technet.microsoft.com/en-us/library/dn249373(v=exchg.150).aspx
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Connecting exchange 2010 in network A to send email to Exchange in Network B

    Test environment - we have this exchange server in 192.x.x.x domain A. 
    There are 10 mailboxes on this test server which needs to forward emails to 10 mailboxes to the exchange server in 10.x.x.x Prod. 
    Whats the best way to connect these together.  This is a temporary testing scenarios …no forest trusts nothing. 
    thanks in adv.

    If both SMTP addresses are not same
    Option 1. Configure a relay between these exchange servers
    Create a relay domain. http://technet.microsoft.com/en-us/library/bb676395(v=exchg.141).aspx
    Create a new receive connector and add the IP of the exchange server(192.x.x.x.) to allow relay . 
    http://technet.microsoft.com/en-us/library/bb232021.aspx
    Get-ReceiveConnector yourconnectorname | get-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights 
    Option 2. Create 10 mail contacts in the test environment and do a forwarding to the newly created mail contacts on each mailbox
    MAS

  • SBS2011/ Exchange 2010 removing destination address from inbound email

    I've added a 2nd 'accepted domain' into my server, AD users have been automatically populated with the 2nd email address, users can choose who to reply as etc. email addressed to
    [email protected] and
    [email protected] arrives in Fred's email account BUT I cant see if the inbound message has come to @company1.com or @company2.com. If I examine the headers of the message the info is there, so Exchange knows, but the user can't see who the msg was addressed
    to, the To: field just shows the Exchange 'display name'. Hope that make sense. I'm hoping there's a policy or tick box I've missed, any help please.

    Perhaps we are dealing with the wrong end of the stick.  <g>.  What if the various sources that prompt the incoming had slightly different first name. 
    Info1@company1,
    info2@company2 and so on.  Would take a bit of work to change all your websites and literature, but it would resolve this over time.
    Baring that, and depending on the level of curiosity of your staff there are ways to read the message headers.  If there is a large volume of such messages it
    would be boring work, but for a few each week perhaps something like this:
    http://exchangeserverpro.com/how-to-read-email-message-headers/
    And there maybe apps that will show them in place, I did not search for that.
    Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.

  • Exchange Server 2010 mailflow reporting using SCOM 2007

    Hi,
    We are using SCOM 2007R2 in our Organization and we are Monitoring Exchange server 2010.
    We are in need of reports for Mailflow statistics (send and receive)from Exchange server 2010 using SCOM 2007R2.
    Eg: Microsoft Exchange 2010 Server Reports Transport Platform Hourly server Statistics.
    By default reports available in SCOM for Exchange server will not fulfill our requirement.
    Earlier for Exchange server 2007 we are able to fetch the desired reports which is available by default.
    Eg:  Exchange 2007 SMTP Message Received
           Exchange 2007 SMTP Message Sent
    Is there any way to fetch the reports for Exchange server 2010 same as Exchange 2007 reports.
    Thanks

    Hi SonarPal,
    Please look at this post, hope it helps:
    https://social.technet.microsoft.com/Forums/en-US/ffdb8883-226f-410f-abde-bd75c4c88c4a/exchange-transport-reports-no-data?forum=operationsmanagerreporting
    Natalya
    ### If my post helped you, please take a moment to Vote as Helpful and\or Mark as an Answer

  • Not receiving eternal emails on eXchange 2010

    I have eXchange 2010 on Hyper V for delivering email sitting on Server 2008 R2
    I am able to send outgoing mail but I am not receiving anything from outside: this is for all accounts.

    Hi
    do you have a receive connector setup? Anonymous access enabled on the connector?

  • Blank message body when sending or receiving HTML formated emails Exchange 2010

    I Have just installed Exchange Server 2010 over the weekend on a customers system.  All clients using either Outlook 2003 or 2007 are unable to see any text in the body of emails that are formatted in HTML.  If they receive an email formatted as HTML there is no body text, if they send an Plain Text formatted email the recipient sees the text in the body.  This problem presents across all Exchange users and affects all HTML formatted emails sent or received since transitioning from Exchange 2007 to 2010.  Plain Text and Rich Text email present with no issues. If we import old email via a pst they afre able to see all email text both HTML and plain text. when we access the clients email account via OWA all emails work but then if we go into outlook 2003/2007 and click the email it removes the body text from the email in both the client and OWA have tried Outlook connection issues with Exchange 2010 mailboxes due to RPC encryption requirement
     http://support.microsoft.com/default.aspx/kb/2006508 and it made no difference at all.
    Thanks
    Update: Have just tested further and all pc seem to work ok with either 2003 or outlook 2007 on.  The problem only seems to be happening on the remothe desktop services server which has outlook 2007 ( have also tried outlook 2003 with same results)

    We have just migrated to Exchange 2010 and have had some blank emails come in to our system.  We think we have a reason and fix for
    it. Hopefully this helps someone else…
    Staffs have their own private mailbox (as you would expect) but also share common mailboxes like "Support" and "Info". When an email came
    into the inbox on a shared mailbox, it might be blank. Plain text emails seemed to be okay. 
    We found that when an email came in, it was readable for about two or three seconds (you need to be setup to send a test and check the inbox quickly - we used Outlook 2007 with the reading pane turned on) and then it blanked out!. We checked the incoming
    email by using the arrow keys to select it and then select the email below the new email, if you go back and forth between them you can see the good new email suddenly goes blank.
    So send another test, but this time make sure the email is set to “Plain Text”. Our email turned up fine, two seconds latter
    it had a NOD32 signature appended to the end of it saying that it had been scanned by NOD32 (you may have seen this kind of note appended to the end of emails before).
    What appeared to be happening is that one or more users sitting at their desks in Outlook had different settings configured in NOD32 (they
    were supposed to be using the server based profile that we control). We thought we had the server doing the AV work, but several of our client PCs had NOD32 enabled to integrate with Outlook. New items received in the shared Inbox’s were being scanned
    by the client PCs and having a signature appended which was mucking up the HTML format of the email and Exchange 2010 blanked them out.
    Make sure your AV products aren’t corrupting the email formats causing them to be displayed blank. Try tests using OWA only and don't
    access the mailbox using Outlook.
    Thanks.

  • Exchange 2010 Help!!!! When to responding to an email outlook tells me I am not responding to the latest message then it points me to a unrelated email from over a year ago

    Exchange 2010:
    When to responding to an email outlook tells me I am not responding to the latest message then it points me to a unrelated email from over a year ago

    Hi,
    I have seen some people have this issue, after installing the latest Service Packs for Office, this issue is resolved. So I recommend you install the latest Service Packs for Office and check the result.
    For your convenience:
    Description of Office 2010 Service Pack 2
    http://support.microsoft.com/kb/2687455/en-us
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

Maybe you are looking for