Hi to all,
I am using the code of Kiran -> SmsHandler.
Now, I succeed to send SMS message.
The question is if every time that I send sms I need to Open new MTM???
I mean.. in the source code there is
HandleSessionEventL
case: EMsvServerReady
...
AccessMTM();
SendMsg()
Do I need to Initialize like that :
every time when I send SMS message ?Code:CSmsHandler* iSmsHandler = CSmsHandler::NewL();
I am using console application(EXE)
Usage For example:
every time that press '5' key it will send SMS.
Any help ????





