SPMeeting.SpecialInstance enumeration

Lists the special values for the meeting instance ID that corresponds to a special meeting instance or to multiple meeting instances. These values can be used for the MeetingInstanceId property of the SPQuery class.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SpecialInstance
'Usage
Dim instance As SPMeeting.SpecialInstance
public enum SpecialInstance

Members

Member name Description
UnSpecified Indicates the meeting instance is unspecified. The first upcoming meeting occurrence is used in this case.
AllWithSeries Indicates all meeting occurrences that have been activated in the workspace, including the meeting entry representing the meeting series, provided a series is linked to the workspace.
AllButSeries Indicates all meeting occurrences that have been activated in the workspace, excluding the meeting entry representing the meeting series.
Series Indicates the meeting entry corresponding to the meeting series, provided a series is linked to the workspace.

See also

Reference

Microsoft.SharePoint.Meetings namespace