Creates the instant messaging session.

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

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

Return 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)