Partager via


OWAEC_E_ (Windows Embedded CE 6.0)

1/6/2010

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

Header iexchangeclient.h, iexchangeclient.idl
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Exchange Client Constants
IExchangeClient::Initialize