| class EmailInterface::MMailboxData |
Container interface for mailbox related info
| Public Member Functions | |
|---|---|
| const TDesC & | BrandingIcon () |
| TBool | IsOutboxEmpty () |
| const RPointerArray < MMessageData > & | LatestMessagesL () |
| MEmailLaunchParameters & | LaunchParameters () |
| TUint | MailboxId () |
| TInt | MessageCount () |
| const TDesC & | Name () |
| TBool | Unseen () |
| const TDesC & | BrandingIcon | ( | ) | const [pure virtual] |
Accessor for mailbox branding icon specifier
| const RPointerArray < MMessageData > & | LatestMessagesL | ( | ) | const [pure virtual] |
Accessor for mailbox's messages. If there are more messages in the array than fits the widget, only the newest will be published. Assumption: array must be ordered based on timestamp (i.e. newest in index 0) Assumption: plugin does not have to upkeep more than 2 latest messages
| MEmailLaunchParameters & | LaunchParameters | ( | ) | const [pure virtual] |
Accessor for launching parameters These parameters specify what application is launched when widget is pressed
| TInt | MessageCount | ( | ) | const [pure virtual] |
Accessor for total count of messages in inbox
| TBool | Unseen | ( | ) | const [pure virtual] |
Accessor for seen/unseen status i.e. whether user has been to inbox after last message has been received
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.