Platform SDK: Web Telephony Engine

WTEApplication.OperatorKey Property

The OperatorKey property sets or retrieves the key used to transfer the call to the operator.

Syntax

WTEApplication.OperatorKey [ = sKey ]

Possible Values

sKey
String specifying the name of the operator key. This string may be empty. If the string contains more than one character, only the first character is handled. The initial value is "0". The operator line address is defined in the OperatorExtension property.

This property is read-write.

Remarks

The operator key should not conflict with the back key and with the home key. If the IgnoreNavigationKeysTillTermination property is FALSE, the operator key should also be different from the ClickButtonKey, SkipButtonKey, SelectCheckBoxKey, and ClearCheckBoxKey properties.

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

BackKey, ClearCheckBoxKey, ClickButtonKey, HomeKey, IgnoreNavigationKeysTillTermination, OperatorExtension, SelectCheckBoxKey, SkipButtonKey, WTEApplication