Returns all the stamps that are associated with the message.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
AllStamps 
As 

AppViaStampCollection
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 

AppViaStampCollection

value = instance.
AllStamps
C#
public 

AppViaStampCollection 
AllStamps { 
get; }

See also