The interface for the ContactService class.

C# | Visual Basic | Visual C++ |
public interface IContactService
Public Interface IContactService
public interface class IContactService

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | IsConnected |
Gets a value indicating if the client is connected to the ucs server.
|
![]() | IsIndexContactEnabled |
Gets the value of the ucs option Index.Contact.enabled.
|
![]() | IsIndexEnabled |
Gets the value of the ucs option Index.enabled.
|
![]() | IsIndexInteractionEnabled |
Gets the value of the ucs option Index.Interaction.enabled.
|
![]() | UCSApp |
Gets the application of the UCS server.
|
![]() | UCSClientName |
Gets the name of the client of the UCS server.
|
![]() | UCSHost |
Gets the host name of the UCS server.
|
![]() | UCSName |
Gets the name of the UCS server application.
|
![]() | UCSPort |
Gets the port of the UCS server.
|