The types of forwarding that are supported. Right now, we only support Immediate Forwarding.
| C# | Visual Basic | Visual C++ |
public enum ThirdPartyCallControlForwardingType
Public Enumeration ThirdPartyCallControlForwardingType
public enum class ThirdPartyCallControlForwardingType
| Member | Description |
|---|---|
| ForwardImmediate |
Immediate Forwarding
|
| NotSpecified |
No Forwarding Type Specified
|
Assembly: ServiceProvider (Module: ServiceProvider)