Message.Stamp
Message.Stamp
The Stamp contains the string used to stamp a message. Setting the Stamp property marks the message with the supplied string, which can then be read either by this application or downstream instances of this application.
Syntax
[C#]
public string Stamp {get; set;}
Syntax
[Visual Basic .NET]
Public Property Stamp As string
Remarks
The Stamp property returns only the first stamp on the message. If there are multiple stamps on the message, use the Message.AllStamps property to retrieve a collection containing all of the stamps.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)