Gets the sender of the message.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Sender 
As 

ConversationParticipant
C#
public 

ConversationParticipant 
Sender { 
get; 
internal 
set; }
Visual C++
public:
property 

ConversationParticipant^ 
Sender {
	

ConversationParticipant^ 
get ();
	
void 
set (

ConversationParticipant^ 
value);
}
JavaScript
function get_
sender();
function set_
sender(
value);

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