IApplicationEventsPrePhoneDial Method |
method PrePhoneDial
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxstring PrePhoneDial(
string ownerTable,
int ownerIdentity,
int internalId,
string phoneNr
)
Function PrePhoneDial (
ownerTable As String,
ownerIdentity As Integer,
internalId As Integer,
phoneNr As String
) As String
Dim instance As IApplicationEvents
Dim ownerTable As String
Dim ownerIdentity As Integer
Dim internalId As Integer
Dim phoneNr As String
Dim returnValue As String
returnValue = instance.PrePhoneDial(ownerTable,
ownerIdentity, internalId, phoneNr)
String^ PrePhoneDial(
[InAttribute] String^ ownerTable,
[InAttribute] int ownerIdentity,
[InAttribute] int internalId,
[InAttribute] String^ phoneNr
)
Parameters
- ownerTable
- Type: SystemString
- ownerIdentity
- Type: SystemInt32
- internalId
- Type: SystemInt32
- phoneNr
- Type: SystemString
Return Value
Type:
String
See Also