Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Exchange client library supports different types of requests.
This enumeration represents the type of the request.
The IExchangeClientRequest::GetType method uses this enumeration.
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.
e_ecrtFreeBusy
This request handles retrieving free and busy information.You can initiate requests of this type using the IExchangeClient::RequestFreeBusyData method.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
See Also
Exchange Client Enumerations | IExchangeClient::RequestContacts | IExchangeClient::RequestFreeBusyData | IExchangeClient::RequestGALSearch | IExchangeClientRequest::GetType
Send Feedback on this topic to the authors