itForwardInformation 接口 (tapi3if.h)

ITForwardInformation 接口提供用于设置和实现呼叫转接的方法。 转发信息对象由 ITAddress::CreateForwardInfoObject 创建。 可以使用 ITAddress::get_CurrentForwardInfo 检索指向现有转发信息对象的指针。

继承

ITForwardInformation 接口继承自 IDispatch 接口。 ITForwardInformation 还包含以下类型的成员:

方法

ITForwardInformation 接口包含以下方法。

 
ITForwardInformation::Clear

Clear 方法清除此对象中的所有转发信息。
ITForwardInformation::get_ForwardTypeCaller

get_ForwardTypeCaller 方法获取给定转发模式的调用方类型。
ITForwardInformation::get_ForwardTypeDestination

get_ForwardTypeDestination 方法获取转发模式的目标。
ITForwardInformation::get_NumRingsNoAnswer

get_NumRingsNoAnswer 方法检索圈数,之后假定没有应答条件。
ITForwardInformation::GetForwardType

GetForwardType 方法获取转发模式。
ITForwardInformation::p ut_NumRingsNoAnswer

put_NumRingsNoAnswer 方法设置圈数,之后假定没有应答条件。
ITForwardInformation::SetForwardType

SetForwardType 方法按调用方地址设置转发模式和目标。

要求

   
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)

另请参阅

IDispatch

ITAddress::CreateForwardInfoObject

ITAddress::Forward

ITAddress::get_CurrentForwardInfo

ITForwardInformation2

终端对象