InstantMessageReceivedEventArgs.Sender Property
Gets the sender of the message.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Sender As ConversationParticipant
Get
Friend Set
'Usage
Dim instance As InstantMessageReceivedEventArgs
Dim value As ConversationParticipant
value = instance.Sender
public ConversationParticipant Sender { get; internal set; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationParticipant
Remarks
In a conference conversation, a message can arrive before the participant joins the conference. This can cause a participant to appear in the conversation, even though the participant is not a conference member at the time of message received event.
See Also
Reference
InstantMessageReceivedEventArgs Class