Transport Neutral Encapsulation Format (TNEF-encoded, winmail.dat or win.dat) messages aren't processed by the instanceIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } body.c5 {height: 100%;} td.c4 {vertical-align: middle; text-align: left;} td.c3 {width: 50; vertical-align: middle; text-align: center;} img.c2 {align: baseline;} hr.c1 {border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc;} --> Transport Neutral Encapsulation Format (TNEF-encoded, winmail.dat or win.dat) messages aren't processed by the instance ProblemTransport Neutral Encapsulation Format or TNEF is a proprietary email attachment format used by Microsoft Outlook and Microsoft Exchange Server. An attached file with TNEF encoding is most often named winmail.dat or win.dat, and has a MIME type of Application/MS-TNEF. These files are not understood by the instance. SymptomsYou will recognise this problem because: Emails from some Microsoft clients or using Exchange server do not get processed.Incoming emails from those clients contains a winmail.dat file attachedThe body of the email does not contains the information required. CauseProcessing of rich formatting or TNEF-encoded messages is not available at this time. When customers send TNEF-encoded messages to technical support, it includes two parts:TNEF-encoded, base64 strings which contain rich-text that Outlook understands but most mail clients don't (also images and attachments)Plain text versions of the text.Often, these messages include an attachment named "winmail.dat". ResolutionCustomers can disable TNEF on their Exchange server for messages sent to ServiceNow, thereby forcing the messages to send in MIME-types encoding instead.The exchange setting that can be enabled per-domain to resolve this: http://technet.microsoft.com/en-us/library/aa997857.aspx TNEFEnabled: The TNEFEnabled parameter specifies whether Transport Neutral Encapsulation Format (TNEF) message encoding is used on messages sent to the remote domain. Valid values for this parameter are $true, $false, or $null. The action associated with each value is as follows: $true TNEF encoding is used on all messages sent to the remote domain. $false TNEF encoding isn't used on any messages sent to the remote domain. $null TNEF encoding isn't specified for the remote domain. TNEF encoding for recipients in the remote domain may be specified by the following: Value of the UseMapiRichTextFormat parameter for any mail user or mail contact objects Sender's per-recipient settings in Microsoft Office Outlook Sender's default Internet message settings in Outlook The default value is $nullIt should be possible to set this to $false for "service-now" in the Exchange server, which should force the message to be sent with a plain text portion and an HTML portion, both of which should be readable by the system. Your exchange admin can consider trying this option for the service-now domain.