InviteParticipantUpdateEventArgs Members
This class represents information for feedback to the application regarding pending AddParticipants operation in a conversation.
The InviteParticipantUpdateEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address | Gets the address of the participant invited to join the conference. | |
Exception | Gets the exception, if any, that was thrown while attempting to send an invitation to the given address. | |
IsDelivered | Gets a flag indicating whether or not the participant received the invitation. | |
Response | Gets the invited participant's response to the invitation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Creates a string showing the values of the properties in this event args class. (Overrides Object..::..ToString()()()().) |
Top