CImumInternalApi Class Reference
class CImumInternalApi : public CBase |
Client side center point of email API
USAGE: Create object to email API by calling either CreateEmailApiL or CreateEmailApiLC. It's recommended, that the client provides the session to Message Server. For example: CImumInternalApi* emailApi = CreateEmailApiL( iMsvSession );
When finishing the usage of the API, simply delete the EmailApi object. For example: delete emailApi; emailApi = NULL;
ImumUtils.lib
- Since
- S60 3.0
Member Functions Documentation
HealthServicesL()
Interface to handle information regarding the healthiness of the mailboxes
- Since
- S60 v3.2
IsEmailFeatureSupportedL(const TEmailFeatures, const TUint, const TUint)
Function for checking mailbox flags and show information note. If resource parameters are set blank no note will be displayed.
- Since
- S60 v3.2
Parameters
const TEmailFeatures aFlag | |
const TUint aFeatureOnResource = 0 | resource to be displayed if feature is on. |
const TUint aFeatureOffResource = 0 | resource to be displayed if feature is off. |
Member Enumerations Documentation
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.