Share via


ExchangeClientRequestType (Windows Embedded CE 6.0)

1/6/2010

The Exchange client library supports different types of requests.

This enumeration represents the type of the request.

The IExchangeClientRequest::GetType method uses this enumeration.

Syntax

enum ExchangeClientRequestType
{
  e_ecrtInvalid = 0,
  e_ecrtContacts,
  e_ecrtGALSearch,
  e_ecrtFreeBusy
};

Elements

  • e_ecrtInvalid
    This request is invalid.
  • e_ecrtContacts
    This request handles contacts for the registered user.

    You can initiate requests of this type using the IExchangeClient::RequestContacts method.

  • e_ecrtGALSearch
    This request handles a search of the global address list (GAL).

    You can initiate requests of this type using the IExchangeClient::RequestGALSearch method.

Requirements

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

See Also

Reference

Exchange Client Enumerations
IExchangeClient::RequestContacts
IExchangeClient::RequestFreeBusyData
IExchangeClient::RequestGALSearch
IExchangeClientRequest::GetType