Public Member Functions | |
~CTextMtmClient () | |
void | SaveMessageL () |
void | LoadMessageL () |
CMsvOperation * | ReplyL (TMsvId aReplyEntryId, TMsvPartList aPartlist, TRequestStatus &aCompletionStatus) |
CMsvOperation * | ForwardL (TMsvId aForwardEntryId, TMsvPartList aPartList, TRequestStatus &aCompletionStatus) |
TMsvPartList | ValidateMessage (TUint aPartList) |
TMsvPartList | Find (const TDesC &aTextToFind, TMsvPartList aPartList) |
void | AddAddresseeL (const TDesC &aRealAddress) |
void | AddAddresseeL (const TDesC &aRealAddress, const TDesC &aAlias) |
void | RemoveAddressee (TInt aIndex) |
TInt | QueryCapability (TUid aCapability, TInt &aResponse) |
void | InvokeSyncFunctionL (TInt aFunctionId, const CMsvEntrySelection &aSelection, TDes8 &aParameter) |
CMsvOperation * | InvokeAsyncFunctionL (TInt aFunctionId, const CMsvEntrySelection &aSelection, TDes8 &aParameter, TRequestStatus &aCompletionStatus) |
void | CreateAttachmentL (const TDesC &aFilePath, const TDesC8 &aMimeType, TRequestStatus &aStatus) |
void | CreateAttachmentL (RFile &aFile, const TDesC8 &aMimeType, TRequestStatus &aStatus) |
void | CreateLinkedAttachmentL (const TDesC &aFilePath, const TDesC8 &aMimeType, TRequestStatus &aStatus) |
void | CreateMessageAttachmentL (TMsvId aAttachmentId, TRequestStatus &aStatus) |
TMsvId | DefaultServiceL () const |
void | RemoveDefaultServiceL () |
void | ChangeDefaultServiceL (const TMsvId &aService) |
TMTMTxtSettings & | TxtSettings () |
CMTMTxtSettings & | Settings () |
Static Public Member Functions | |
static IMPORT_C CTextMtmClient * | NewL (CRegisteredMtmDll &aRegisteredMtmDll, CMsvSession &aMsvSession) |
Protected Member Functions | |
CTextMtmClient (CRegisteredMtmDll &aRegisteredMtmDll, CMsvSession &aMsvSession) | |
void | ContextEntrySwitched () |
void | ConstructL () |
Definition at line 34 of file TXCLIENT.H.