|
|
|
|
Location:
cmsvrecipientlist.h
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
class CMsvRecipientList : public CBase;
CBase - Base class for all classes to be instantiated on the heapCMsvRecipientList - (No abstract)Defined in CMsvRecipientList:
AppendL(), AppendL(), Count(), Delete(), Delete(), RecipientList(), Reset(), Type(), operator[](), ~CMsvRecipientList()
Inherited from CBase:
Extension_(),
operator new()
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.
|
|