Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)

  • Thread starter Thread starter murali.44162
  • Start date Start date
M

murali.44162

Hello everyone,

I am getting an exception when EML is converting as MSG file.
Error Message : "Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)".

In this case, Recipients list (To or CC field of mail Item) contains
more than 500 mail IDs.

Question : Is there any limit of recipients for converting EML to msg
file?
If yes, what is the limit?

Note: By Debugging the code i came to know that,
Itnef-ExtractProps(TNEF_PROP_EXCLUDE,

(LPSPropTagArray)&propExcludePropTagArray,
NULL);
method causing the problem.

What might be the problem..?

Can any one please help me on this?
 
Hi Dmitry,
TNEFDecode is used to convert from EML to MSG file. Wit
redemption conversion get succeeded.

If any other information needed, i am ready to provide.

Regards,
 
Again, *how* do you create the MSG file? Have oy useen my reply in the MAPI
list?
Secondly, what does TNEFDecode have to do with MIME? Do you mean you get a
message with a single application/tnef part, extract it and feed it to
TNEFDecode?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Back
Top