Platform SDK: Web Telephony Engine

WTEApplication.RecurringErrorPage Property

The RecurringErrorPage property sets or retrieves the page that WTE renders when the number of consecutive caller errors exceeds the value of the MaxRetries property.

Syntax

WTEApplication.RecurringErrorPage [ = sPage ]

Possible Values

sPage
String specifying the name of the recurring error page.

This property is read-write.

Remarks

If this property is not defined, WTE disconnects the call and sets the SessionState property of the Session object to "Disconnected - Recurring Error".

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

MaxRetries, WTEApplication