|
ZelloWork Client SDK
2.51
|
Inherits IContact.
Public Member Functions | |
| HRESULT | Find ([in] BSTR bstrContact, [out, retval] IContact **ppContact) |
Properties | |
| int | Count [get] |
| IContact | Item ([in] int iIndex) [get] |
| int | OnlineCount [get] |
Properties inherited from IContact | |
| 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] |
IGroup interface allows to read group properties.
| HRESULT Find | ( | [in] BSTR | bstrContact, |
| [out, retval] IContact ** | ppContact | ||
| ) |
Find existing contact by ID or name. It's recommended to always use contact ID. Groups only contain users.
| bstrContact | Contact ID or name. |
| ppContact | Return value. NULL is returned if contact with given ID or name doesn't exist. |
|
getproperty |
Get number of contacts in group.
| piVal | Return value. |
|
getproperty |
Get existing contact by index. Groups only contain users.
| iIndex | Contact index. |
| ppContact | Return value. |
|
getproperty |
Get number of online contacts in group.
| piVal | Return value. |
1.8.12