The Stampproperty contains the string that is used to stamp a message. Setting Stampmarks the message with the supplied string, which can then be read either by the application or downstream instances of the application.

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

Syntax

Visual Basic (declaration)
Public 
Property 
Stamp 
As 
String
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 
String

value = instance.
Stamp

instance.
Stamp = 
value
C#
public 
string 
Stamp { 
get; 
set; }

Property value

Type: System . . :: . . String

Remarks

The Stampproperty returns only the first stamp on the message. If there are multiple stamps on the message, use the AllStamps property to retrieve a collection containing all of the stamps.

See also