ResolveRecipientsAvailabilityResponse

ResolveRecipientsAvailabilityResponse class

Identifies status and free/busy data of the users or distribution lists identified in the request for the time identified by the StartTime and EndTime. When the Availability is included in a ResolveRecipients request, the server retrieves free/busy information for the users identified in the To elements included in the request, and returns the free/busy information in the MergedFreeBusy in the response. When the server parses the request, the server first resolves the recipients identified by the To elements, and then determines the users free/busy information for the specified time span, before returning the free/busy data in the MergedFreeBusy.

public class ResolveRecipientsAvailabilityResponse

Constructors

Name Description
ResolveRecipientsAvailabilityResponse() The default constructor.

Properties

Name Description
MergedFreeBusy { get; } Specifies the free/busy information for the users or distribution list identified in the request. Each item in the MergedFreeBusy list indicates the free/busy status for the user or distribution list for every 30 minute interval.
Status { get; set; } Indicates the result of the ActiveSync command request.

See Also