Edit

Share via


InviteParticipantUpdateEventArgs Class

Definition

Caution

This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information

This class will be removed from future versions. Data structure containing the arguments for the InviteRemoteParticipantUpdate event.

public ref class InviteParticipantUpdateEventArgs sealed : EventArgs
[System.Obsolete("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public sealed class InviteParticipantUpdateEventArgs : EventArgs
type InviteParticipantUpdateEventArgs = class
    inherit EventArgs
Public NotInheritable Class InviteParticipantUpdateEventArgs
Inherits EventArgs
Inheritance
InviteParticipantUpdateEventArgs
Attributes

Remarks

This class was used by Conversation.BeginInviteRemoteParticipants and Conversation.EndInviteRemoteParticipants, both of which are obsolete in UCMA 3.0 Core SDK.

Properties

Address

Gets the address of the invited participant being updated.

Exception

Gets any exception thrown, if any, during the attenpt to send the invitation to this invited participant.

IsDelivered

Gets whether the participant received the invitation.

Response

Gets the invited participant's response to the invitation.

Methods

ToString()

Gets a string showing the properties in this event args class.

Applies to