|
|
|
class CMsvRecipientList : public CBase;
CBase -
Base class for all classes to be instantiated on the heap.
CMsvRecipientList - (No abstract)
Defined in CMsvRecipientList:
AppendL(TMsvRecipientType,const TDesC &)Appends a new address a the given recipient type.AppendL(const TDesC &)Appends a new address as a 'to' recipient.Count()constThe number of accounts for this message type.Delete(TInt)Deletes an existing address.Delete(TInt,TInt)Deletes number of existing addresses.RecipientList()constReset()Deletes all elements from the array. Type(TInt)constReturns the address type specified by the index given.operator[](TInt)constReturns the address specified by the index given.~CMsvRecipientList()Destructor. Inherited from CBase:
Delete(CBase *)Deletes the specified object.Extension_(TUint,TAny *&,TAny *)Extension function operator new(TUint)Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)Initialises the object to binary zeroes.operator new(TUint,TLeave)Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C TInt Count() const;
The number of accounts for this message type.
|
IMPORT_C void AppendL(const TDesC &aPtr);
Appends a new address as a 'to' recipient.
|
IMPORT_C void AppendL(TMsvRecipientType aValue, const TDesC &aPtr);
Appends a new address a the given recipient type.
|
IMPORT_C void Delete(TInt aPos);
Deletes an existing address.
|
IMPORT_C void Delete(TInt aPos, TInt aCount);
Deletes number of existing addresses.
|
IMPORT_C TMsvRecipientType Type(TInt aPos) const;
Returns the address type specified by the index given.
|
|