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.
This method provides the type of the request.
HRESULT GetType( enum ExchangeClientRequestType* pecrt);
Parameters
pecrt
[out, retval] Pointer to an ExchangeClientRequestType value that indicates the type of the request type.This value is set when the request is initiated using an IExchangeClient request initiation method, like IExchangeClient::RequestContacts.
Return Values
The following table shows possible return values:
Value | Description |
---|---|
E_POINTER | The address in pecrt is not valid. |
S_OK | The type was returned successfully. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
IExchangeClientRequest | ExchangeClientRequestType | IExchangeClient | IExchangeClient::RequestContacts
Send Feedback on this topic to the authors