ConferenceInvitationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This enum will be removed from future versions. See ConferenceInvitation.EndDeliver for more information
This enumerated type will be removed from future versions. Instead use BeginDeliver and EndDeliver methods on ConferenceInvitation. Represents the possible responses to a ConferenceInvitation.
public enum class ConferenceInvitationStatus
[System.Obsolete("This enum will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public enum ConferenceInvitationStatus
type ConferenceInvitationStatus =
Public Enum ConferenceInvitationStatus
- Inheritance
-
ConferenceInvitationStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not set. |
Accepted | 1 | Invitation was accepted. |
Declined | 2 | Invitation was declined. |
DialOutRequested | 3 | Invitation was declined with a request for dial out from the MCU. |
NotSupported | 4 | Invitations are not supported by the remote client. |
Remarks
The values in this enumeration were used by Conversation.BeginInviteRemoteParticipants and Conversation.EndInviteRemoteParticipants, both of which will be removed from future versions. Instead, the BeginDeliver and EndDeliver methods on the ConferenceInvitation class should be used. ConferenceInvitation.EndDeliver throws an exception if a conference invitation cannot be delivered, eliminating the need for the members of this enumerated type.