Location:
popcmtm.h
Link against: imcm.lib
CPop3ClientMtm
Supported from 5.0
The POP3 client-side MTM.
|
Defined in CPop3ClientMtm
:
InvokeAsyncFunctionL()
, Settings()
Inherited from CBase
:
operator new()
Inherited from CBaseMtm
:
AddAddresseeL()
,
AddresseeList()
,
BioTypeChangedL()
,
Body()
,
ContextEntrySwitched()
,
CreateAttachmentL()
,
CreateMessageL()
,
DeleteAttachmentL()
,
Entry()
,
Find()
,
ForwardL()
,
HandleEntryEventL()
,
HasContext()
,
InvokeSyncFunctionL()
,
LoadMessageL()
,
QueryCapability()
,
RemoveAddressee()
,
ReplyL()
,
RestoreBodyL()
,
RestoreL()
,
SaveMessageL()
,
Session()
,
SetCurrentEntryL()
,
SetSubjectL()
,
StoreBodyL()
,
StoreL()
,
SubjectL()
,
SwitchCurrentEntryL()
,
Type()
,
ValidateMessage()
,
iAddresseeList
,
iCharFormatLayer
,
iMsvEntry
,
iParaFormatLayer
Inherited from MMsvEntryObserver
:
EMsvChildrenChanged
,
EMsvChildrenInvalid
,
EMsvChildrenMissing
,
EMsvContextInvalid
,
EMsvDeletedChildren
,
EMsvEntryChanged
,
EMsvEntryDeleted
,
EMsvEntryMoved
,
EMsvNewChildren
,
EMsvStoreCommitted
,
EMsvStoreCreated
,
EMsvStoreDeleted
,
HandleEntryEvent()
,
TMsvEntryEvent
CMsvOperation* InvokeAsyncFunctionL(TInt aFunctionId, const CMsvEntrySelection& aSelection, TDes8& aParameter, TRequestStatus& aCompletionStatus);
Invokes asynchronous protocol-specific operations.
Notes
This function leaves:
with KErrNotFound
if the selection of email to
be moved or copied is empty.
with KErrNotSupported
if the specified operation
is not recognised.
|
|
const CImPop3Settings& Settings() const;
Returns the POP3 email settings
|