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.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerResolveRecipientsAvailabilityResponse

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ResolveRecipientsAvailabilityResponse

The ResolveRecipientsAvailabilityResponse type exposes the following members.

Constructors
  NameDescription
Public methodResolveRecipientsAvailabilityResponse
Initializes a new instance of the ResolveRecipientsAvailabilityResponse class
Properties
  NameDescription
Public propertyMergedFreeBusy
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.
Public propertyStatus
Indicates the result of the ActiveSync command request.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also