ipsservices/ipssosaoplugin/inc/IpsSosAOMboxLogic.h
changeset 72 64e38f08e49c
parent 65 478bc57ad291
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
   164      * @return TMBoxLogicState
   164      * @return TMBoxLogicState
   165      */
   165      */
   166     TInt GetCurrentState() const;
   166     TInt GetCurrentState() const;
   167     
   167     
   168     /*
   168     /*
   169      * Gets current error code
       
   170      * @return iError value
       
   171      */
       
   172     TInt GetCurrentError() const;
       
   173     
       
   174     /*
       
   175      * Gets email address from settings
   169      * Gets email address from settings
   176      * @param aEmailAddress mailbox email address
   170      * @param aEmailAddress mailbox email address
   177      */
   171      */
   178     void GetEmailAddress(  
   172     void GetEmailAddress(  
   179         TBuf<KIpsSosAOTextBufferSize>& aEmailAddress ) const;
   173         TBuf<KIpsSosAOTextBufferSize>& aEmailAddress ) const;
   184      * @param aNewValue new value of flag
   178      * @param aNewValue new value of flag
   185      */
   179      */
   186     void SetEmnReceivedFlagL( TBool aNewValue );
   180     void SetEmnReceivedFlagL( TBool aNewValue );
   187     
   181     
   188     /*
   182     /*
   189      * Gets mailbox roaming stopped status
   183      * Gets true if mailbox is stopped because of roaming
   190      * @return ETrue if roaming and mailbox logic is stopped during roaming
   184      * @return ETrue if roaming and mailbox logic is stopped during roaming
   191      */
   185      */
   192     TBool IsMailboxRoamingStoppedL();
   186     TBool IsMailboxRoamingStoppedL();
   193     
   187     
   194 	/**
   188 	/**