Click or drag to resize
ILyncPlatformLibraryInteractionTransferTo Method
Transfers the existing call to another SIP endpoint specifying the LyncPlatformLibraryTransferType then raises an CallTransferred on completion.

Namespace: Inkostar.Interfaces
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void TransferTo(
	string destinationUri,
	LyncPlatformLibraryTransferType transferType
)

Parameters

destinationUri
Type: SystemString
The destination Uri or endpoint the existing call needs to be transferred to.
Examples
someuser@domain.com
transferType
Type: Inkostar.EnumsLyncPlatformLibraryTransferType
The LyncPlatformLibraryTransferType enum value which determines the type of transfer.
See Also