Message.Content property
Microsoft Office Live Communications Server 2005 with SP1 |
Message.Content
The Content property contains the parsed message data as a string.
[C#] public String Content {get; set;}
[Visual Basic .NET] Public Property Content As String
Remarks
This property contains the value associated with the "Content" header.
This property is valid only for UTF-8 text content types. Nontext and encoded types should use the RawContent property.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |