| ILyncPlatformLibraryInteractionTransferTo Method |
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid TransferTo(
string destinationUri,
LyncPlatformLibraryTransferType transferType
)
Sub TransferTo (
destinationUri As String,
transferType As LyncPlatformLibraryTransferType
)
void TransferTo(
String^ destinationUri,
LyncPlatformLibraryTransferType transferType
)
abstract TransferTo :
destinationUri : string *
transferType : LyncPlatformLibraryTransferType -> unit
Parameters
- destinationUri
- Type: SystemString
The destination Uri or endpoint the existing call needs to be transferred to.
Examplessomeuser@domain.com
- transferType
- Type: Inkostar.EnumsLyncPlatformLibraryTransferType
The LyncPlatformLibraryTransferType enum value which determines the type of transfer.
See Also