Makes the call.

Declaration Syntax
bool MakeCall(
string phoneNumber,
string location,
MakeCallType makeTypeCall,
KeyValueCollection userData,
KeyValueCollection reasons,
KeyValueCollection extensions
)
Function MakeCall ( _
phoneNumber As String, _
location As String, _
makeTypeCall As MakeCallType, _
userData As KeyValueCollection, _
reasons As KeyValueCollection, _
extensions As KeyValueCollection _
) As Boolean
bool MakeCall(
String^ phoneNumber,
String^ location,
MakeCallType makeTypeCall,
KeyValueCollection^ userData,
KeyValueCollection^ reasons,
KeyValueCollection^ extensions
)

Parameters
- phoneNumber (String)
- The phone number.
- location (String)
- The location.
- makeTypeCall (MakeCallType)
- The make type call.
- userData (KeyValueCollection)
- The user data.
- reasons (KeyValueCollection)
- The reasons.
- extensions (KeyValueCollection)
- The extensions.

Value
true if successful; otherwise, false.
Assembly:
Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)