Skype4COM: IVoicemailCollection Interface Reference

Skype4COM

IVoicemailCollection Interface Reference

VoicemailCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] IVoicemail *pItem)
 This command adds a new item to a VoicemailCollection .
HRESULT Remove ([in] long Index)
 This command removes an item from a VoicemailCollection .
HRESULT RemoveAll (void)
 This command removes all items from a VoicemailCollection .

Properties

LONG Count [get]
 This command returns the number of voicemails in a VoicemailCollection .
IVoicemail Item ([in] LONG Index) [get]
 This command queries an item in a VoicemailCollection with a specified index.
IUnknown _NewEnum [get]
 This command queries a VoicemailCollection enumerator object.

Detailed Description

VoicemailCollection class default interface.

Use the VoicemailCollection to manage Voicemail objects.


Member Function Documentation

HRESULT Add ( [in] IVoicemail pItem)

This command adds a new item to a VoicemailCollection .

Parameters:
[in]pItemreceives the interface pointer for the Voicemail object.
HRESULT Remove ( [in] long  Index)

This command removes an item from a VoicemailCollection .

Parameters:
[in]Indexcontains the item to be removed.

Property Documentation

HRESULT Item [get]

This command queries an item in a VoicemailCollection with a specified index.

Parameters:
[in]Indexcontains the index of the item to be returned.

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

Copyright � 2006 Skype Limited. All rights reserved.