ZelloWork Client SDK  2.51
Properties | List of all members
IContact Interface Reference

Inherits IDispatch.

Inherited by IChannel, IGroup, and IUser.

Properties

BSTR Id [get]
 
CONTACT_TYPE Type [get]
 
BSTR Name [get]
 
BSTR FullName [get]
 
BSTR Description [get]
 
ONLINE_STATUS Status [get]
 
IHistory History [get]
 
VARIANT_BOOL Muted [get, set]
 

Detailed Description

Abstract interface representing a contact.

Property Documentation

§ Id

BSTR Id
getproperty

Get contact ID. Contact ID uniquely identifies a contact.

Parameters
pbstrValReturn value.

§ Type

CONTACT_TYPE Type
getproperty

Get contact type.

Parameters
pValReturn value.

§ Name

BSTR Name
getproperty

Get contact name.

Parameters
pbstrValReturn value.

§ FullName

BSTR FullName
getproperty

Get full contact name.

Parameters
pbstrValReturn value.

§ Description

BSTR Description
getproperty

Get contact description.

Parameters
pbstrValReturn value.

§ Status

ONLINE_STATUS Status
getproperty

Get contact status.

Parameters
pValReturn value.

§ History

IHistory History
getproperty

Get contact's message history.

Parameters
ppValReturn value.

§ Muted

VARIANT_BOOL Muted
getsetproperty

Enable/disable muted mode for the contact.

Parameters
bValNew value.

Get contact mute status.

Parameters
pbValReturn value.