CMsgStoreAccount Class Reference

class CMsgStoreAccount : public CBase

Stores the informationof an account.

Inherits from

Constructor & Destructor Documentation

CMsgStoreAccount()

CMsgStoreAccount ( ) [private]

Constructor

~CMsgStoreAccount()

~CMsgStoreAccount ( ) [virtual]

Destructor

Member Functions Documentation

ConstructL(const TInt32, const TDesC &)

void ConstructL ( const TInt32 aOwnerUid,
const TDesC & aName
) [private]

Parameters

const TInt32 aOwnerUid
const TDesC & aName

Name()

IMPORT_C const TDesC & Name ( ) const

Gets the name

NewL(const TInt32, const TDesC &)

IMPORT_C CMsgStoreAccount * NewL ( const TInt32 aOwnerUid,
const TDesC & aName
) [static]

Constructs with the owner id and the account name.

Parameters

const TInt32 aOwnerUid
const TDesC & aName

NewLC(const TInt32, const TDesC &)

IMPORT_C CMsgStoreAccount * NewLC ( const TInt32 aOwnerUid,
const TDesC & aName
) [static]

Parameters

const TInt32 aOwnerUid
const TDesC & aName

Owner()

IMPORT_C TInt32 Owner ( ) const

Gets the owner ID

SetNameL(const TDesC &)

IMPORT_C void SetNameL ( const TDesC & aName )

Gets the name

Parameters

const TDesC & aName

SetOwner(TInt32)

IMPORT_C void SetOwner ( TInt32 aOwner )

Sets the owner ID

Gets the owner ID

Parameters

TInt32 aOwner

Member Data Documentation

RBuf iName

RBuf iName [private]

TInt32 iOwnerUid

TInt32 iOwnerUid [private]