Platform SDK: Web Telephony Engine

WTEApplication.ConfirmationMenuAnnouncement Property

The ConfirmationMenuAnnouncement property sets or retrieves the wave file or text to play at the beginning of the confirmation menu.

Syntax

WTEApplication.ConfirmationMenuAnnouncement [ = 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

This property is ignored if the SuggestConfirmation property is FALSE or if the default confirmation menu is canceled. For more information, see Confirming the Selection.

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

ConfirmAfter, ConfirmBefore, SuggestConfirmation, WTEApplication