SPMeeting.SpecialInstance Enumeration
Lists the special values for the meeting instance ID that corresponds to a special meeting instance or to multiple meeting instances.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SpecialInstance
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. |
Remarks
These values can be used for the MeetingInstanceId property of the SPQuery class.