omadm/omadmextensions/adapters/email/inc/nsmldmemailadapter.h
changeset 2 a5fecba4b1e4
parent 0 3ce708148e4d
equal deleted inserted replaced
1:4490afcb47b1 2:a5fecba4b1e4
   723      * @param    aURI The whole URI
   723      * @param    aURI The whole URI
   724      * @return   the luid of the email account specified im aURI, else -1
   724      * @return   the luid of the email account specified im aURI, else -1
   725      */
   725      */
   726 		TInt ConstructTreeL(const TDesC8& aURI);
   726 		TInt ConstructTreeL(const TDesC8& aURI);
   727 		
   727 		
       
   728  /**
       
   729         * The function extracts Email/x node from aURI		        
       
   730         * @param    aURI     Email aURI.
       
   731         * @return   Email/x node.
       
   732     */ 
       
   733     TPtrC8 GetDynamicEmailNodeUri( const TDesC8& aURI );
       
   734 		
   728 private:
   735 private:
   729     // Pointer to CMsvSession
   736     // Pointer to CMsvSession
   730     CMsvSession* iMsvSession;
   737     CMsvSession* iMsvSession;
   731     // The buffer for received commands
   738     // The buffer for received commands
   732     CArrayFixFlat<TNSmlEmailSettingsElement>* iBuffer;
   739     CArrayFixFlat<TNSmlEmailSettingsElement>* iBuffer;