[This is preliminary documentation and subject to change.]
Transfer the current call to the destination address. When the transfer is complete, the local address is no longer part of the call, and the remote address is connected to pDestinationAddress. Transfer is a two-step process, similar to Conference. The ppConsultCall parameter represents a direct connection between the local address and the pDestinationAddress. ITConsultCall is used to complete the transfer.
HRESULT SetupTransfer(
BSTR pDestAddress,
VARIANT_BOOL fSync,
ITConsultCall **ppConsultCall
);
TBD