IScriptingEventsOnPhoneDialed Method |
Called when a phone number *has been* dialed.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnPhoneDialed(
string phoneNr
)
Sub OnPhoneDialed (
phoneNr As String
)
Dim instance As IScriptingEvents
Dim phoneNr As String
instance.OnPhoneDialed(phoneNr)
void OnPhoneDialed(
[InAttribute] String^ phoneNr
)
Parameters
- phoneNr
- Type: SystemString
See Also