MFSMailEventObserver Class Reference

class MFSMailEventObserver

email framework event observer

FSFWCommonLib
Since
S60 v3.1
Public Member Functions
void EventL ( TFSMailEvent , TFSMailMsgId , TAny *, TAny *, TAny *)

Member Functions Documentation

EventL(TFSMailEvent, TFSMailMsgId, TAny *, TAny *, TAny *)

void EventL ( TFSMailEvent aEvent,
TFSMailMsgId aMailbox,
TAny * aParam1,
TAny * aParam2,
TAny * aParam3
) [pure virtual]

event from plugin

Parameters

TFSMailEvent aEvent one of pre-defined events in TFSMailEvent
TFSMailMsgId aMailbox maibox related for this event note : if mailbox id is null id, event is plugin level ie. corcerns all mailboxes
TAny * aParam1 intepretation is event specific (see TFSMailEvent descriptions)
TAny * aParam2 intepretation is event specific (see TFSMailEvent descriptions)
TAny * aParam3 intepretation is event specific (see TFSMailEvent descriptions)