Skype4COM: CallCollection Class Reference

Skype4COM

Skype4COM 1.0.36.0

CallCollection Class Reference

This class manages Call collections. More...

import "Skype4COM.idl";


Detailed Description

This class manages Call collections.

The CallCollection class is used to manage call collections. To query items in a collection, use For Each .. Next statements.

Example:
  '// To query call history:
  For Each oCall In oSkype.Calls
  Next

  '// To query the call history for a user:
  For Each oCall In oSkype.Calls("echo123")
  Next

  '// To query active calls:
  For Each oCall In oSkype.ActiveCalls
  Next

  '// To query missed calls:
  For Each oCall In oSkype.MissedCalls
  Next
See also:
ICall, ICallCollection

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

Copyright � 2006 Skype Limited. All rights reserved.