InviteParticipantUpdateEventArgs Class
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 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. |