Platform SDK: Web Telephony Engine

WTEApplication.TimeoutAnnouncement Property

The TimeoutAnnouncement property sets or retrieves the wave file or text that WTE plays when a time-out has expired.

Syntax

WTEApplication.TimeoutAnnouncement [ = sNameOrText ]

Possible Values

sNameOrText
String specifying either the name of a wave file or the actual text to play. Use the following format to specify a wave file: URL("filename.wav"). If the format is different, WTE assumes that the string contains text to be played using a TTS engine.

This property is read-write.

Remarks

The announcement is played only if the default action is not canceled.

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

FirstTimeoutInterval, InterTimeoutInterval, WTEApplication