Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)

Status
Not open for further replies.
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?

murali.44162
 
How do create the MSG file?

Dmitry Streblechenko (MVP)

-

"murali.44162" <murali.44162.5545fee@outlookbanter.com> wrote in message

news:murali.44162.5545fee@outlookbanter.com...

> 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?

> > murali.44162
 
Hi Dmitry,

TNEFDecode is used to convert from EML to MSG file. With

redemption conversion get succeeded.

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

Regards,

Chaithanya

Dmitry Streblechenko;332278 Wrote:
> How do create the MSG file?

> > Dmitry Streblechenko (MVP)
>

>

>

> -
> "murali.44162" murali.44162.5545fee@outlookbanter.com wrote in message

> news:murali.44162.5545fee@outlookbanter.com...-

> 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?

> > murali.44162 -


murali.44162
 
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)

-

"murali.44162" <murali.44162.559518f@outlookbanter.com> wrote in message

news:murali.44162.559518f@outlookbanter.com...

> Hi Dmitry,
> TNEFDecode is used to convert from EML to MSG file. With
> redemption conversion get succeeded.

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

> Regards,
> Chaithanya
> Dmitry Streblechenko;332278 Wrote:
> > How do create the MSG file?
>

>> > > Dmitry Streblechenko (MVP)
> >

> >

> >

> > -
> > "murali.44162" murali.44162.5545fee@outlookbanter.com wrote in message
>

>> news:murali.44162.5545fee@outlookbanter.com...-
>

>> 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?
>

>
>
>
>> > > murali.44162 -


> > murali.44162
 
Status
Not open for further replies.

Similar threads

Back
Top