Discussion:
GetMailBoxTable() returns E_INVALIDARG - 80070057
(too old to reply)
vicky
2010-10-26 20:50:03 UTC
Permalink
My application runs fine when I execute it from Exchange Server
Machine itself. However, if I run it from another machine of the same
domain, then I get the error. I am using Outlook profile of the domain
administartor to access the information store so this should not be a
permissions issue.

Any pointers to what could be the issue here? Also if someone has msdn
link for descriptions of the parameters of this function and that of
IExchangeManageStore then please let me know.

Thanks
Raul
2010-11-05 20:32:32 UTC
Permalink
try to use GetLastError() function
and google search for c
"E_INVALIDARG - 80070057"

hope this helps
Raul
Post by vicky
My application runs fine when I execute it from Exchange Server
Machine itself. However, if I run it from another machine of the same
domain, then I get the error. I am using Outlook profile of the domain
administartor to access the information store so this should not be a
permissions issue.
Any pointers to what could be the issue here? Also if someone has msdn
link for descriptions of the parameters of this function and that of
IExchangeManageStore then please let me know.
Thanks
Loading...