Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImapConnectionObserver.H>

Class MMsvImapConnectionObserver

class MMsvImapConnectionObserver;

Description

Abstract base class used for IMAP4 connection observation.

A derived class to handle IMAP4 connection events should override the MMsvImapConnectionObserver::HandleImapConnectionEvent(TImapConnectionEvent) member function.

Objects that implement this interface are passed as a packaged parameter to CImap4ClientMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &) when a connection command is issued.

Members

Defined in MMsvImapConnectionObserver:

See also:


Member functions


HandleImapConnectionEvent(TImapConnectionEvent)

virtual void HandleImapConnectionEvent(TImapConnectionEvent aConnectionState)=0;

Description

Called when a connection event occurs.

Parameters

TImapConnectionEvent aConnectionState

Connection event