Gets the SIP URI of the user who sent the message.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
MessageAuthor 
As 
Uri
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 
ChatMessage
Dim 
value 
As 
Uri

value = instance.
MessageAuthor
C#
public 
Uri 
MessageAuthor { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Uri

The message author.

See Also