Share via


FreeBusyCriteria (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 myname@microsoft.com, 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

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

See Also

Reference

Exchange Client Structures
IExchangeClient::RequestFreeBusyData