SwyxIt! Client SDK 14.20
Loading...
Searching...
No Matches
IClientContactAddIn Interface Reference

import "CLMgrPub.idl";

Inheritance diagram for IClientContactAddIn:

Public Member Functions

HRESULT ShowContact ([in] BSTR Number, [in] BSTR Name, [in] BOOL bCreateIfNotExists, [in] BOOL bPopUp)
 

Detailed Description

Client Contact Add In interface; used by Client Line Manager for searching contacts and possibly creating them if it does not exist

This interface has to be implemented by a Line Manager PlugIn if it allows showing contacts.

Member Function Documentation

◆ ShowContact()

HRESULT IClientContactAddIn::ShowContact ( [in] BSTR Number,
[in] BSTR Name,
[in] BOOL bCreateIfNotExists,
[in] BOOL bPopUp )

Shows an existing contact or possibly creates it if it does not The contact is searched by content of the Number-Parameter like it is done in ResolveName. If an existing contact is found, the Name-Parameter is ignored and the contact is displayed if bPopUp == TRUE. If the contact does not exist yet, it is created, if bCreateIfNotExists == TRUE and likely displayed if bPopUp == TRUE.


The documentation for this interface was generated from the following file: