ITForwardInformation interface (tapi3if.h)
The ITForwardInformation interface provides methods for setup and implementation of call forwarding. The forward information object is created by ITAddress::CreateForwardInfoObject. A pointer to an existing forward information object can be retrieved using ITAddress::get_CurrentForwardInfo.
Inheritance
The ITForwardInformation interface inherits from the IDispatch interface. ITForwardInformation also has these types of members:
Methods
The ITForwardInformation interface has these methods.
ITForwardInformation::Clear The Clear method clears all forwarding information in this object. |
ITForwardInformation::get_ForwardTypeCaller The get_ForwardTypeCaller method gets the type of caller for a given forwarding mode. |
ITForwardInformation::get_ForwardTypeDestination The get_ForwardTypeDestination method gets the destination for a forwarding mode. |
ITForwardInformation::get_NumRingsNoAnswer The get_NumRingsNoAnswer method retrieves the number of rings after which a no answer condition is assumed. |
ITForwardInformation::GetForwardType The GetForwardType method gets the forwarding mode. |
ITForwardInformation::put_NumRingsNoAnswer The put_NumRingsNoAnswer method sets the number of rings after which a no answer condition is assumed. |
ITForwardInformation::SetForwardType The SetForwardType method sets the forwarding mode and destination by caller address. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
See also
ITAddress::CreateForwardInfoObject