Specifies the state of the call transfer
| C# | Visual Basic | Visual C++ |
public enum TransferState
Public Enumeration TransferState
public enum class TransferState
| Member | Description |
|---|---|
| Trying |
The transfer is in trying state
|
| Busy |
The remote party to whom you tried to transfer the call is busy
|
| NotFound |
The remote party to whom you tried to transfer the call cannot be found
|
| Failed |
The call transfer failed
|
| Completed |
The call transfer is completed
|