Skype4COM 1.0.36.0
|
Chat Class Reference
This class manages chats. More...
import "Skype4COM.idl";
Detailed Description
This class manages chats.
The Chat class groups messages with the same chat name.
- Example:
'// To query a chat object with a specified name: Set oChat = oSkype.Chat(oName) '// To query a chat topic: Set oTopic = oChat.Topic '// To query a chat timestamp: Set oTime = oChat.Timestamp '// To iterate through messages in a chat: For Each oMsg In oChat.Messages Next
- See also:
- IChat, IChatCollection
The documentation for this class was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.