AvailabilityOptions - класс

Represents the options of a GetAvailability request.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public sealed class AvailabilityOptions
Inheritance
Object    AvailabilityOptions

Конструкторы

AvailabilityOptions Initializes a new instance of the AvailabilityOptions class.

Свойства

CurrentMeetingTime Gets or sets the start time of a meeting that you want to update with the suggested meeting times.
DetailedSuggestionsWindow Gets or sets the time window for which detailed information about suggested meeting times should be returned.
GlobalObjectId Gets or sets the global object Id of a meeting that will be modified based on the data returned by GetUserAvailability.
GoodSuggestionThreshold Gets or sets the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time. GoodSuggestionThreshold must be between 1 and 49. The default value is 25.
MaximumNonWorkHoursSuggestionsPerDay Gets or sets the number of suggested meeting times outside regular working hours per day. MaximumNonWorkHoursSuggestionsPerDay must be between 0 and 48. The default value is 0.
MaximumSuggestionsPerDay Gets or sets the number of suggested meeting times that should be returned per day. MaximumSuggestionsPerDay must be between 0 and 48. The default value is 10.
MeetingDuration Gets or sets the duration, in minutes, of the meeting for which to obtain suggestions. MeetingDuration must be between 30 and 1440. The default value is 60.
MergedFreeBusyInterval Gets or sets the time difference between two successive slots in a FreeBusyMerged view. MergedFreeBusyInterval must be between 5 and 1440. The default value is 30.
MinimumSuggestionQuality Gets or sets the minimum quality of suggestions that should be returned. The default is SuggestionQuality.Fair.
RequestedFreeBusyView Gets or sets the requested type of free/busy view. The default value is FreeBusyViewType.Detailed.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также