Message.Clone

The Clone method creates a copy of this Message object instance.

public Object Clone();
Public Function Clone() As Object

Parameters

This method has no parameters.

Return Values

Returns the clone of the copied Message object instance.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2003.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Message