Skype4COM 1.0.36.0
|
ISmsMessageCollection Interface Reference
SmsMessageCollection is the default interface for this class. More...
import "Skype4COM.idl";
Public Member Functions | |
HRESULT | Add ([in] ISmsMessage *pItem) |
This command adds a new messsage to an SmsMessageCollection. | |
HRESULT | Remove ([in] long Index) |
This command removes a message from an SmsMessageCollection. | |
HRESULT | RemoveAll (void) |
This command removes all messages from an SmsMessageCollection. | |
Properties | |
LONG | Count [get] |
This command queries the number of messages in an SmsMessageCollection. | |
ISmsMessage | Item ([in] LONG Index) [get] |
This command requests a message with a specified index in an SmsMessageCollection. | |
IUnknown | _NewEnum [get] |
This command requsts the enumerator object of an SmsMessageCollection. |
Detailed Description
SmsMessageCollection is the default interface for this class.
- See also:
- ISkype::Smss, ISkype::MissedSmss
Member Function Documentation
HRESULT Add | ( | [in] ISmsMessage * | pItem | ) |
This command adds a new messsage to an SmsMessageCollection.
- Parameters:
-
[in] pItem contains the interface pointer to an SmsMessage object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes a message from an SmsMessageCollection.
- Parameters:
-
[in] Index contains the index of the SMS message to be removed.
Property Documentation
HRESULT Item [get] |
This command requests a message with a specified index in an SmsMessageCollection.
- Parameters:
-
[in] Index contains the index of the message to be returned.
The documentation for this interface was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.