ipsservices/ipssossettings/inc/ipssetdataapi.h
branchRCL_3
changeset 16 b5fbb9b25d57
parent 0 8466d47a6819
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
   165     
   165     
   166     IMPORT_C void SetMailboxNameL( 
   166     IMPORT_C void SetMailboxNameL( 
   167             TMsvEntry& aService, 
   167             TMsvEntry& aService, 
   168             const TDesC& aMailboxName );
   168             const TDesC& aMailboxName );
   169     
   169     
       
   170     /**
       
   171      * Returns pointer to descriptor containing signature text if signature
       
   172      * has been set to be added to outgoing mails. Otherwise returns NULL
       
   173      * pointer.
       
   174      * Ownership of the descriptor is passed to the caller.
       
   175      * @param aService Service entry for which signature text setting is 
       
   176      * *               resolved.
       
   177      * @return Pointer to descriptor containing the signature text.
       
   178      */
       
   179     IMPORT_C HBufC* SignatureTextL( const TMsvEntry& aService );
       
   180     
   170 private:
   181 private:
   171 
   182 
   172     /**
   183     /**
   173      * 2nd phase of construction.
   184      * 2nd phase of construction.
   174      */
   185      */