InstantMessageReceivedEventArgs.Sender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.