Message.AllStamps

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Message.AllStamps

The AllStamps property contains the message stamps as an AppViaStampCollection object.

Syntax

  public AppViaStampCollection AllStamps {get;} 

Syntax

 Public ReadOnly Property AllStamps As AppViaStampCollection 

Remarks

This property is new in Office Communications Server 2007 R2 and was created to make it easier to retrieve all stamps on a message. To retrieve all the stamps in Office Communications Server 2007 you had to use the Message.GetHeaders method to retrieve all the headers, then loop through the headers to find the appropriate stamp.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

HeaderCollection

Message

Message.Stamp