IUccSignalingMessage Interface

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.

Encapsulates a SIP message to carry custom information to be exchanged in a session.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Interface IUccSignalingMessage
    Inherits IUnknown
public interface IUccSignalingMessage : IUnknown
public interface class IUccSignalingMessage : IUnknown
public interface IUccSignalingMessage extends IUnknown
public interface IUccSignalingMessage extends IUnknown

Remarks

A signaling message consists of a collection of metadata as the message header fields and a payload (or content) as the message body. A message header field consists of a collection of message header fields. A message header field is a name-value pair and is represented by an IUccSignalingHeaderField object. The message body is represented by a string. The value of a header field field can be further divided into a set of header field field parameters. A message can be either a request or a response. This interface can be queried from IUccSignalingRequest or IUccSignalingResponse.

Win32 COM/C++ Syntax

interface IUccSignalingMessage : IUnknown

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

IUccSignalingMessage Members
Microsoft.Office.Interop.UccApi Namespace