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