CMsvRecipientList Class Reference
#include
<mw/cmsvrecipientlist.h>
class CMsvRecipientList : public CBase |
Constructor & Destructor Documentation
~CMsvRecipientList ( )
~CMsvRecipientList | ( | ) | [virtual] |
Member Function Documentation
AppendL ( const TDesC & )
IMPORT_C void | AppendL | ( | const TDesC & | aPtr | ) | |
Appends a new address as a 'to' recipient.
Parameter | Description | aPtr | The address to add. |
AppendL ( TMsvRecipientType, const TDesC & )
Appends a new address a the given recipient type.
Parameter | Description | aValue | The type of addressee. Possible types are EMtmRecipientTo, EMtmRecipientCc and EMtmRecipientBcc |
aPtr | The address to add. |
Count ( )
IMPORT_C TInt | Count | ( | ) | const |
The number of accounts for this message type.
Returns: The number of accounts.
Delete ( TInt )
IMPORT_C void | Delete | ( | TInt | aPos | ) | |
Deletes an existing address.
Parameter | Description | aPos | The index of the address to delete. |
Delete ( TInt, TInt )
IMPORT_C void | Delete | ( | TInt | aPos, |
| TInt | aCount |
| ) | |
Deletes number of existing addresses.
Parameter | Description | aPos | The start index of the addresses to delete. |
aCount | The number of sequential addresses to delete. |
NewL ( )
Returns: Pointer to created and initialised object.
NewLC ( )
Returns: Pointer to created and initialised object. A copy of the pointer is left on the cleanup stack.
RecipientList ( )
IMPORT_C const MDesCArray & | RecipientList | ( | ) | const |
Reset ( )
Deletes all elements from the array.
Type ( TInt )
Returns the address type specified by the index given.
operator[] ( TInt )
IMPORT_C const TDesC & | operator[] | ( | TInt | aIndex | ) | const |
Returns the address specified by the index given.
Parameter | Description | aIndex | The index of the address to return. |