msg_plat/conversation_services_client_api/inc/rcssession.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
   240     void GetConversationIdFromAddressL(
   240     void GetConversationIdFromAddressL(
   241             TDesC& aContactAddress, 
   241             TDesC& aContactAddress, 
   242             TPtr8 aResultsBuffer);
   242             TPtr8 aResultsBuffer);
   243     
   243     
   244     /**
   244     /**
       
   245      * GetConversation
       
   246      * @param aMessageId message Id.
       
   247      * @return aResultsBuffer Pointer to the results buffer.
       
   248      */
       
   249     void GetConversationFromMessageIdL(TInt aMessageId, TPtr8 aResultsBuffer);
       
   250     
       
   251     /**
   245      * MarkConversationReadL.
   252      * MarkConversationReadL.
   246      * This function sends the request to conversation server
   253      * This function sends the request to conversation server
   247      * to mark a conversation as read.
   254      * to mark a conversation as read.
   248      * 
   255      * 
   249      * @param aConversationId The conversation id.
   256      * @param aConversationId The conversation id.