|
||
class TSmtpAccount;
SMTP account ID.
Objects of this type identify SMTP email accounts. They are obtained when a SMTP account is created (CEmailAccounts::CreateSmtpAccountL(TPopAccount &,const CImSmtpSettings &,const CImIAPPreferences &,TBool)
), or by querying for what SMTP accounts exist (CEmailAccounts::GetSmtpAccountL(TMsvId,TSmtpAccount &)
and CEmailAccounts::GetISmtpAccountsL()).
The object is then used as a handle to the account when getting the account settings, using CEmailAccounts::LoadSmtpSettingsL(const TSmtpAccount &,CImSmtpSettings &)
and CEmailAccounts::LoadSmtpIapSettingsL(const TSmtpAccount &,CImIAPPreferences &)
.
Defined in TSmtpAccount
:
iRelatedService
Entry ID of the related POP or IMAP service for this account.iSmtpAccountId
SMTP account identifier number. iSmtpAccountName
SMTP account name iSmtpService
Entry ID of the SMTP service for this account. TMsvId iRelatedService;
Entry ID of the related POP or IMAP service for this account.
An SMTP service (which provides email sending functionality) is used in conjunction with a POP or IMAP service (which provide email retrieval).