Platform SDK: Web Telephony Engine

WTEApplication.MaxRetries Property

The MaxRetries property sets or retrieves the number of times WTE performs default error-handling actions due to a caller's mistakes before dropping the call or navigating to the RecurringErrorPage property. Mistakes include pressing an non-valid key or the occurrence of a time-out. When WTE navigates to another menu or control, the counter of caller errors is reset to zero.

Syntax

WTEApplication.MaxRetries [ = iRetries ]

Possible Values

iRetries
Integer specifying the maximum number of retries. The MAX_WTE_MaxRetries value defines the maximum number of retries. A value of -1 specifies unlimited retries.

This property is read-write.

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

RecurringErrorPage, WTEApplication