InviteParticipantUpdateEventArgs.IsDelivered Property
NOTE: This API is now obsolete.
Gets whether the participant received the invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public ReadOnly Property IsDelivered As Boolean
Get
'Usage
Dim instance As InviteParticipantUpdateEventArgs
Dim value As Boolean
value = instance.IsDelivered
[ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public bool IsDelivered { get; }
Property Value
Type: System.Boolean
See Also
Reference
InviteParticipantUpdateEventArgs Class