Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: cemailaccounts.h

Class TSmtpAccount

class TSmtpAccount;

Description

SMTP account ID.

Objects of this type identify SMTP email accounts. They are obtained when a SMTP account is created (CEmailAccounts::CreateSmtpAccountL()), or by querying for what SMTP accounts exist (CEmailAccounts::GetSmtpAccountL() and CEmailAccounts::GetISmtpAccountsL()).

The object is then used as a handle to the account when getting the account settings, using CEmailAccounts::LoadSmtpSettingsL() and CEmailAccounts::LoadSmtpIapSettingsL().

Members

Defined in TSmtpAccount:
iRelatedService, iSmtpAccountId, iSmtpAccountName, iSmtpService

See also


Member data


iSmtpAccountId

TSmtpAccountId iSmtpAccountId;

Description

SMTP account identifier number.


iSmtpAccountName

TBuf< KEmailAccountNameSize > iSmtpAccountName;

Description

SMTP account name


iSmtpService

TMsvId iSmtpService;

Description

Entry ID of the SMTP service for this account.


iRelatedService

TMsvId iRelatedService;

Description

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).