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 structure contains criteria submitted to Exchange when querying for information about free and busy status.
You pass an instance of this structure to the IExchangeClient::RequestFreeBusyData method when requesting free/busy data.
struct FreeBusyCriteria { WCHAR* wszAlias; SYSTEMTIME* pstStart;};
Members
wszAlias
The email alias of the entity that free/busy information should be returned for.For example, if an Exchange email address is [email protected], the value for this parameter is myname.
pstStart
The starting time for the returned free/busy information, in the local system time of the phone (even when the Exchange server is located in another time zone).
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
See Also
Exchange Client Structures | IExchangeClient::RequestFreeBusyData
Send Feedback on this topic to the authors