4.18.4.1 Request to Retrieve Free/Busy Data
The following example shows a ResolveRecipients command request (section 2.2.1.15) sent from the client to the server to resolve two recipients and two distribution lists and retrieve their free/busy information for a two day period.
-
<?xml version="1.0" encoding="utf-8"?> <ResolveRecipients xmlns="ResolveRecipients"> <To>all@contoso.com</To> <To>chris@contoso.com</To> <To>Anat</To> <To>myPersonalDistributionList</To> <Options> <MaxAmbiguousRecipients>2</MaxAmbiguousRecipients> <Availability> <StartTime>2008-12-01T08:00:00.000Z</StartTime> <EndTime>2008-12-03T08:00:00.000Z</EndTime> </Availability> </Options> </ResolveRecipients>