Transfers an active conversation to a specified remote contact.

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

Syntax

C#
public 
IAsyncResult 
BeginTransfer(
	
Contact 
contact,
	

TransferOptions 
options,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

See Also