Для изменения размера нажмите или перетащите

ExchangeServiceGetUserAvailability(IEnumerableAttendeeInfo, TimeWindow, AvailabilityData) - метод

Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<GetUserAvailabilityResults> GetUserAvailability(
	IEnumerable<AttendeeInfo> attendees,
	TimeWindow timeWindow,
	AvailabilityData requestedData
)

Параметры

attendees
Тип: System.Collections.GenericIEnumerableAttendeeInfo
The attendees for which to retrieve availability information.
timeWindow
Тип: Tessa.Exchange.WebServices.DataTimeWindow
The time window in which to retrieve user availability information.
requestedData
Тип: Tessa.Exchange.WebServices.DataAvailabilityData
The requested data (free/busy and/or suggestions).

Возвращаемое значение

Тип: TaskGetUserAvailabilityResults
The availability information for each user appears in a unique FreeBusyResponse object. The order of users in the request determines the order of availability data for each user in the response.
См. также