Forwards an active conversation to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IAsyncResult 
BeginForward(
	

ContactEndpoint 
endpoint,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

See Also