While trying to process journal report having "550 5.6.0" NDR with the following content using EWS API
*Delivery has failed to these recipients or groups:
abc@yahoo.com (abc@yahoo.com)
The email system had a problem processing this message. It won't try to deliver this message again.
cde@gmail.com (cde@gmail.com)
The email system had a problem processing this message. It won't try to deliver this message again.
def@gmail.com (def@gmail.com)
The email system had a problem processing this message. It won't try to deliver this message again.
Diagnostic information for administrators:
Generating server: ALMPR02MB001.namprd05.prod.outlook.com
abc@yahoo.com
Remote Server returned '550 5.6.0 M2MCVT.StorageError; storage error in content conversion'
cde@gmail.com
Remote Server returned '550 5.6.0 M2MCVT.StorageError; storage error in content conversion'
def@gmail.com
Remote Server returned '550 5.6.0 M2MCVT.StorageError; storage error in content conversion'
Original message headers:
Received: from ALMPR02MB001.namprd05.prod.outlook.com ((11.255.110.102)) by
ALMPR02MB001.namprd05.prod.outlook.com ((11.255.110.102)) with
ShadowRedundancy id 15.0.851.11; Fri, 24 Jan 2014 12:20:42 +0000
Received: from AN2PR05MB011.namprd05.prod.outlook.com (10.255.202.146) by
ALMPR02MB001.namprd05.prod.outlook.com (11.255.110.102) with Microsoft SMTP
Server (TLS) id 15.0.851.11; Wed, 22 Jan 2014 19:25:20 +0000
Received: from AN1PR05MB018.namprd05.prod.outlook.com ([159.254.10.28]) by
AN1PR05MB018.namprd05.prod.outlook.com ([159.254.10.28]) with mapi id
15.00.0851.011; Wed, 22 Jan 2014 19:25:19 +0000
Content-Type: application/ms-tnef; name="winmail.dat"
Content-Transfer-Encoding: binary
From: "Aron,Shakton"
To: "abc@yahoo.com" ,"cde@gmail.com" , "def@gmail.com"
Subject: Updated: Drive # 3
Thread-Topic: Updated: Drive # 3
Thread-Index: AQHPF6evINDh6QBmQ0OJyeaK0OyWzQ==
Date: Wed, 22 Jan 2014 19:25:18 +0000
Message-ID: <50aa176a031840a9b7bd1a68c629d667@AN1PR05MB018.namprd05.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: <50aa176a031840a9b7bd1a68c629d667@AN1PR05MB018.namprd05.prod.outlook.com>
MIME-Version: 1.0
X-Originating-IP: [::]
Return-Path: ashakton@yellow-chilli.com
X-Forefront-PRVS: 01018CB5B3
X-Forefront-Antispam-Report:
SFV:NSPM;SFS:(10019001)(6009001)(199002)(189002)(377454003)(2656002)(81816001)(81686001)(54316002)(49866001)(63696002)(65816001)(16799955002)(74876001)(47976001)(77982001)(81342001)(79102001)(94316002)(76576001)(56776001)(47736001)(50986001)(85852003)(54356001)(77096001)(74316001)(53806001)(69226001)(80976001)(4396001)(51856001)(83322001)(93136001)(85306002)(46102001)(19580395003)(74662001)(15975445006)(74706001)(15202345003)(76786001)(59766001)(83072002)(81542001)(76176001)(76796001)(87936001)(87266001)(92566001)(2201001)(47446002)(93516002)(33646001)(90146001)(31966008)(56816005)(74366001)(86362001)(24736002)(3826001);DIR:OUT;SFP:1102;SCL:1;SRVR:ALMPR02MB001;H:AN2PR05MB011.namprd05.prod.outlook.com;CLIP:::;FPR:;RD:InfoNoRecords;A:0;MX:1;LANG:en;*
I am getting the following error.
ERROR Message: MIME content conversion failed.
Stack Trace : at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalGetAttachments(IEnumerable`1 attachments, Nullable`1 bodyType, IEnumerable`1 additionalProperties, ServiceErrorHandling errorHandling)
at Microsoft.Exchange.WebServices.Data.ExchangeService.GetAttachment(Attachment attachment, Nullable`1 bodyType, IEnumerable`1 additionalProperties)
Has anyone faced this issue? how s/he got past this?
Regards