OWAEC_E_ (Windows CE 5.0)
The following table shows Exchange Client error codes.
Value | Description |
---|---|
OWAEC_E_NOTINITIALIZED = 0x80bb0001 | Exchange client library is not initialized.
Before calling other Exchange Client methods, call IExchangeClient::Initialize. |
OWAEC_E_NOSERVER = 0x80bb0002 | No server is available for Exchange requests. |
OWAEC_E_NOUSER = 0x80bb0003 | No user is registered with the Exchange client library.
This can result if the credentials provided using IExchangeClient::SetCredentials or using Credential Manager do not contain a username. |
OWAEC_E_INVALIDSEARCH = 0x80bb0004 | Provided search criteria is not valid. |
OWAEC_E_NODATA = 0x80bb0005 | No data is available, most likely because a request has not finished processing. |
OWAEC_E_ALREADYINITIALIZED = 0x80bb0006 | IExchangeClient::Initialize was called with a previously initialized Exchange client. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
See Also
Exchange Client Constants | IExchangeClient::Initialize
Send Feedback on this topic to the authors