|
|
|
class TPopAccount;
POP account ID.
Objects of this type identify POP email accounts. They are obtained when a POP account is created (CEmailAccounts::CreatePopAccountL(const TDesC &,const CImPop3Settings &,const CImIAPPreferences &,TBool)), or by querying for what POP accounts exist (CEmailAccounts::GetPopAccountL(TMsvId,TPopAccount &) and CEmailAccounts::GetPopAccountsL(RArray< TPopAccount > &)).
The object is then used as a handle to the account when getting the account settings, using CEmailAccounts::LoadPopSettingsL(const TPopAccount &,CImPop3Settings &) and CEmailAccounts::LoadPopIapSettingsL(const TPopAccount &,CImIAPPreferences &).
Defined in TPopAccount:
iPopAccountIdPOP account identifier number.iPopAccountNamePOP account name. iPopServiceEntry ID of the POP service for this account. iSmtpServiceEntry ID of the related SMTP service for this account.TPopAccountId iPopAccountId;
POP account identifier number.
Each POP account stored on the phone has a different identifier number to distinguish it from other accounts.
TMsvId iSmtpService;
Entry ID of the related SMTP service for this account.
This is set if an SMTP service has been created, using CEmailAccounts::CreateSmtpAccountL(TPopAccount &,const CImSmtpSettings &,const CImIAPPreferences &,TBool), that specifies that it is related to this account. An SMTP service (which provides email sending functionality) is used
in conjunction with a POP or IMAP service (which provide email retrieval).