hello,

I'm getting an error (MAPI_E_CALL_FAILED) while calling:

uint16_t cnt=0;
MAPINAMEID* names=0;
GetNamesFromIDs(handle, 0x81450003, &cnt, &names);

'handle' is  pointer to a mapi_object_t (an exchange message) and
should be "valid" since I pefomed other operation successfully on it.
Tracing the error I found that emsmdb_transaction() in
GetNamesFromIDs() return an error code (0xc0000023:
NT_STATUS_BUFFER_TOO_SMALL).

The server I'm experimenting with is a MS exchange server 2003, and
I'm using the current libmapi svn snapshot (r 1273) build against
samba4-alpha7.

I'm I doing something wrong?

Thanks for your attention,

Paolo
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to