B
Benoit Gantaume
Hello
When I try to get the body of big emails, MAPI says that it has not enough
memory!
But I have seen that Outlook Spy could bypass this problem and manages to
display the body.
Does anyone know what I must do to prevent MAPI from sending and error and
to get the body?
here is a piece of code:
LPSPropValue tmp = NULL;
hr = HrGetOneProp( mail, PR_BODY, &tmp);
++
When I try to get the body of big emails, MAPI says that it has not enough
memory!
But I have seen that Outlook Spy could bypass this problem and manages to
display the body.
Does anyone know what I must do to prevent MAPI from sending and error and
to get the body?
here is a piece of code:
LPSPropValue tmp = NULL;
hr = HrGetOneProp( mail, PR_BODY, &tmp);
++