Forwards an active conversation to a specified contact.

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

Syntax

C#
public 
IAsyncResult 
BeginForward(
	
Contact 
contact,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

See Also