The TimeReceivedproperty indicates the date and time (represented as a DateTimeobject) the message was received by the server.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
TimeReceived 
As 
DateTime
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 
DateTime

value = instance.
TimeReceived
C#
public 
DateTime 
TimeReceived { 
get; }

Property value

Type: System . . :: . . DateTime

See also