Platform SDK: Web Telephony Engine

WTEApplication.DelayedAnswering Property

The DelayedAnswering property sets or retrieves whether the WTE starts the session without answering the telephony call.

Syntax

WTEApplication.DelayedAnswering [ = bDelayed ]

Possible Values

bDelayed
Boolean value that has one of the following settings:
Setting Meaning
TRUE WTE starts the session without answering the telephony call. In this case, the home page should contain a code to answer or hand off the call.
FALSE WTE answers the call before starting the session.

This property is read-write.

Return Values

DISP_E_MEMBERNOTFOUND
You can set this property only through COM, not through the ExOM object, because DelayedAnswering must be known when the call arrives. Changing the property later will have no effect on the call, nor will it affect subsequent calls.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication