Share via


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

Note that the sender may not necessarily be in conversation yet. This can happen if the message arrives before the participant joins the conference.

See Also

Reference

InstantMessageReceivedEventArgs Class

InstantMessageReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace