FreeBusyViewType Enum

Definition

The FreeBusyViewType enumeration specifies the type of calendar information that a client requests.

This enumeration supports a bitwise combination of its member values.

public enum class FreeBusyViewType
[System.Flags]
public enum FreeBusyViewType
Public Enum FreeBusyViewType
Inheritance
FreeBusyViewType
Attributes

Fields

Detailed 16

Represents the following:

DetailedMerged 32

Represents all the properties in Detailed with a stream of merged free/busy availability information. If merged free/busy information only is available, for example if the mailbox exists on a computer that is running Exchange 2003, MergedOnly will be returned. Otherwise, FreeBusyMerged or DetailedMerged will be returned.

FreeBusy 4

Represents the legacy status information (free, busy, tentative, and OOF). This also includes the start times and the end times of the appointments. This view is richer than the legacy free/busy view because individual meeting start and end times are provided instead of an aggregated free/busy stream.

FreeBusyMerged 8

Represents all the properties in FreeBusy with a stream of merged free/busy availability information.

MergedOnly 2

Represents an aggregated free/busy stream. In cross-forest scenarios in which the target user in one forest does not have an Availability service configured, the Availability service of the requestor retrieves the target user’s free/busy information from the free/busy public folder. Because public folders only store free/busy information in merged form, MergedOnly is the only available information.

None 1

This value is not valid for requests. This value is valid for responses.

Remarks

This enumeration is used by the RequestedView property of the FreeBusyViewOptionsType object in the request to indicate the type of free/busy information to return in the response. This enumeration is also used by the FreeBusyViewType property of the FreeBusyView object to indicate the type of free/busy information that is returned in the response.

The following table lists the properties for the different view types and the corresponding MAPI property. Each view type builds upon the former view type.

FreeBusyViewType properties

MergedOnly MergedFreeBusyStream
FreeBusy Classical statusPropTag (0x80860003)
FreeBusy Working hours
FreeBusy Start timePR_START_DATE
FreeBusy End timePR_END_DATE
FreeBusyMerged Classical statusPropTag (0x80860003)
FreeBusyMerged Working hours
FreeBusyMerged Start timePR_START_DATE
FreeBusyMerged End timePR_END_DATE
FreeBusyMerged MergedFreeBusyStream
Detailed Classical statusPropTag (0x80860003)
Detailed Working hours
Detailed Start timePR_START_DATE
Detailed End timePR_END_DATE
Detailed SubjectPR_SUBJECT
Detailed LocationPR_LOCATION
Detailed Entry-Id(unless private)
Detailed Private Flag
Detailed IsMeeting
Detailed IsRecurring
Detailed IsException
Detailed IsReminderSet
Detailed Out of Office Message (if requested)
DetailedMerged Classical statusPropTag (0x80860003)
DetailedMerged Working hours
DetailedMerged Start timePR_START_DATE
DetailedMerged End timePR_END_DATE
DetailedMerged SubjectPR_SUBJECT
DetailedMerged LocationPR_LOCATION
DetailedMerged Entry-Id(unless private)
DetailedMerged Private Flag
DetailedMerged MergedFreeBusyStream
DetailedMerged IsMeeting
DetailedMerged IsRecurring
DetailedMerged IsException
DetailedMerged IsReminderSet

Applies to