Skype4COM: IGroup Interface Reference

Skype4COM

IGroup Interface Reference

Group class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT AddUser ([in] BSTR Username)
 This command adds a user to a group.
HRESULT RemoveUser ([in] BSTR Username)
 This command removes a user from a group.
HRESULT Share ([in, defaultvalue("")] BSTR MessageText)
 This command shares a contact group.
HRESULT Accept ()
 This command accepts an invitation to join a shared contact group.
HRESULT Decline ()
 This command declines an invitation to join a shared contact group.

Properties

LONG Id [get]
 This command queries the group ID.
TGroupType Type [get]
 This command queries a group type.
BSTR CustomGroupId [get]
 This command queries a group persistent ID.
BSTR DisplayName [get, set]
 This command queries/sets the display name of a group.
IUserCollection Users [get]
 This command queries the users in a group.
IUserCollection OnlineUsers [get]
 This command queries the online users in a group.
VARIANT_BOOL IsVisible [get]
 This command queries the visibility status of a group.
VARIANT_BOOL IsExpanded [get]
 This command queries the expanded status of a group.

Detailed Description

Group class default interface.


Member Function Documentation

HRESULT AddUser ( [in] BSTR  Username)

This command adds a user to a group.

Parameters:
[in]Usernamecontains the Skypename of the contact to add.
HRESULT RemoveUser ( [in] BSTR  Username)

This command removes a user from a group.

Parameters:
[in]Usernamecontains the Skypename of the contact to remove.
HRESULT Share ( [in, defaultvalue("")] BSTR  MessageText)

This command shares a contact group.

Parameters:
[in]MessageTextcontains the message text for group members.

Property Documentation

HRESULT CustomGroupId [get]

This command queries a group persistent ID.

The custom group ID is a persistent value that does not change.


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

Copyright � 2006 Skype Limited. All rights reserved.