Skype4COM: Conversion Class Reference

Skype4COM

Skype4COM 1.0.36.0

Conversion Class Reference

This class converts text to constant values and converts constant values to text. More...

import "Skype4COM.idl";


Detailed Description

This class converts text to constant values and converts constant values to text.

Example:
  '// To create an object:
  Set oSkype = CreateObject("Skype4COM.Skype")

  '// To convert an attachment status to text:
  oAttachStatus = oSkype.Convert.AttachmentStatusToText(oSkype.AttachmentStatus)

  '// To change the online status of a user:
  oSkype.CurrentUserStatus = oSkype.Convert.TextToUserStatus("ONLINE")
See also:
IConversion, ISkype::Convert
Deprecated:
The SKYPE4COMLib::Conversion class is deprecated, support for multilanguage status codes support will be dropped in the future.

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

Copyright � 2006 Skype Limited. All rights reserved.