CMsvRecipientList Class Reference
class CMsvRecipientList : public CBase |
Constructor & Destructor Documentation
CMsvRecipientList()
CMsvRecipientList | ( | ) | [private] |
~CMsvRecipientList()
~CMsvRecipientList | ( | ) | [virtual] |
Member Functions Documentation
AppendL(const TDesC &)
IMPORT_C void | AppendL | ( | const TDesC & | aPtr | ) | |
Appends a new address as a 'to' recipient.
Parameters
const TDesC & aPtr | The address to add. |
AppendL(TMsvRecipientType, const TDesC &)
Appends a new address a the given recipient type.
Parameters
TMsvRecipientType aValue | The type of addressee. Possible types are EMtmRecipientTo, EMtmRecipientCc and EMtmRecipientBcc |
const TDesC & aPtr | The address to add. |
ConstructL()
void | ConstructL | ( | ) | [private] |
Count()
IMPORT_C TInt | Count | ( | ) | const |
The number of accounts for this message type.
Delete(TInt)
IMPORT_C void | Delete | ( | TInt | aPos | ) | |
Deletes an existing address.
Parameters
TInt aPos | The index of the address to delete. |
Delete(TInt, TInt)
IMPORT_C void | Delete | ( | TInt | aPos, |
| TInt | aCount |
| ) | |
Deletes number of existing addresses.
Parameters
TInt aPos | The start index of the addresses to delete. |
TInt aCount | The number of sequential addresses to delete. |
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.
Parameters
TInt aIndex | The index of the address to return. |
Member Data Documentation
RArray< TMsvRecipientType > iRecipientType
CDesCArrayFlat * iRecipients
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.