IApplicationEventsPhoneDialed Method |
method PhoneDialed
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid PhoneDialed(
string phoneNr
)
Sub PhoneDialed (
phoneNr As String
)
Dim instance As IApplicationEvents
Dim phoneNr As String
instance.PhoneDialed(phoneNr)
void PhoneDialed(
[InAttribute] String^ phoneNr
)
Parameters
- phoneNr
- Type: SystemString
See Also