Edit

Share via


InstantMessageReceivedEventArgs.Sender Property

Definition

Gets the sender of the message.

public:
 property Microsoft::Rtc::Collaboration::ConversationParticipant ^ Sender { Microsoft::Rtc::Collaboration::ConversationParticipant ^ get(); };
public Microsoft.Rtc.Collaboration.ConversationParticipant Sender { get; }
member this.Sender : Microsoft.Rtc.Collaboration.ConversationParticipant
Public ReadOnly Property Sender As ConversationParticipant

Property 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.

Applies to