Message.TimeReceived

The TimeReceived property indicates the date and time (represented as a DateTime object) the message was received by the server.

Syntax

[C#]

  Copy imageCopy Code
public DateTime TimeReceived {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property TimeReceived As DateTime

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts