| class MFSMailIterator |
Email framework list iterator. First call should contain NULL id as begin id : eg. NextL(TFSMailId(), count, messages);
| Public Member Functions | |
|---|---|
| ~MFSMailIterator () | |
| TBool | NextL ( TFSMailMsgId , TUint , RPointerArray < CFSMailMessage > &) |
| TBool | NextL (const TDesC &, TUint , RPointerArray < CFSMailMessage > &) |
| TBool | PreviousL ( TFSMailMsgId , TUint , RPointerArray < CFSMailMessage > &) |
| TBool | PreviousL (const TDesC &, TUint , RPointerArray < CFSMailMessage > &) |
| TBool | NextL | ( | TFSMailMsgId | aCurrentMessageId, |
| TUint | aCount, | |||
| RPointerArray < CFSMailMessage > & | aMessages | |||
| ) | [pure virtual] | |||
Lists user given count of email objects located after user given start point.
| TFSMailMsgId aCurrentMessageId | start point is id of the first message to be listed |
| TUint aCount | email object count to be listed |
| RPointerArray < CFSMailMessage > & aMessages | user given and owned table where plugin stores email objects |
| TBool | NextL | ( | const TDesC & | aStartWith, |
| TUint | aCount, | |||
| RPointerArray < CFSMailMessage > & | aMessages | |||
| ) | [pure virtual] | |||
Lists user given count of email objects located after user given start point.
| const TDesC & aStartWith | start point is user given string to match |
| TUint aCount | email object count to be listed |
| RPointerArray < CFSMailMessage > & aMessages | user given and owned table where plugin stores email objects |
| TBool | PreviousL | ( | TFSMailMsgId | aCurrentMessageId, |
| TUint | aCount, | |||
| RPointerArray < CFSMailMessage > & | aMessages | |||
| ) | [pure virtual] | |||
Lists user given count of email objects located before user given point.
| TFSMailMsgId aCurrentMessageId | end pointer is id of the last message to be listed |
| TUint aCount | email object count to be listed |
| RPointerArray < CFSMailMessage > & aMessages | user given and owned table where plugin stores email objects |
| TBool | PreviousL | ( | const TDesC & | aStartWith, |
| TUint | aCount, | |||
| RPointerArray < CFSMailMessage > & | aMessages | |||
| ) | [pure virtual] | |||
Lists user given count of email objects located before user given point.
| const TDesC & aStartWith | end point is user given string to match |
| TUint aCount | email object count to be listed |
| RPointerArray < CFSMailMessage > & aMessages | user given and owned table where plugin stores email objects |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.