ipsservices/ipssossettings/inc/ipssetdataapi.h
branchRCL_3
changeset 16 b5fbb9b25d57
parent 0 8466d47a6819
--- a/ipsservices/ipssossettings/inc/ipssetdataapi.h	Tue Apr 27 16:20:14 2010 +0300
+++ b/ipsservices/ipssossettings/inc/ipssetdataapi.h	Tue May 11 15:57:15 2010 +0300
@@ -167,6 +167,17 @@
             TMsvEntry& aService, 
             const TDesC& aMailboxName );
     
+    /**
+     * Returns pointer to descriptor containing signature text if signature
+     * has been set to be added to outgoing mails. Otherwise returns NULL
+     * pointer.
+     * Ownership of the descriptor is passed to the caller.
+     * @param aService Service entry for which signature text setting is 
+     * *               resolved.
+     * @return Pointer to descriptor containing the signature text.
+     */
+    IMPORT_C HBufC* SignatureTextL( const TMsvEntry& aService );
+    
 private:
 
     /**