AuthenticationInfo.ReceivedFromInternalServer

The ReceivedFromInternalServer property indicates whether the message was received from an internal Microsoft Lync Server 2010 computer.

Syntax

  Copy imageCopy Code
public Boolean ReceivedFromInternalServer {get;}

Syntax

  Copy imageCopy Code
Public ReadOnly Property ReceivedFromInternalServer As Boolean

Remarks

If true, the message was sent by an internal Lync Server 2010 computer. If false, it was not.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also