NlMakesis Y-Browser Y-Tasks
Hi, i send SMS and have status report, it placed into reports folder, but how could i delete it from that folder?
Is it necessary for you to receive the report ?? If you don't want the report, you can disable the receiving of delivery reports.
I really need to have report ...
Hi,
Have you tried to check the "Description" of the Delivery Report?
I mean when you get a new SMS, your HandleSessionEventL function would be called and an EMsvEntriesCreated event would be generated.
Why don't you check out TMsvEntry.iDescription of the newly created entry?
If its a delivery report, i think the above API would give you an indication of the same.
hi,
check the msv headers TMSVEntry and it has the api that checks for the delivery report after the message is sent...
Regards, Mateen Maldar
Mateen Maldar
Yes, i have Create and Change events from message of Inbox folder, but i can't delete report by TMsvEntry from reports folder(because it from Inbox). Message from Inbox deleted automaticlly. I can't get CMsvEntry "pointed" to report folder...
Forum posts: 80
Is it necessary for you to receive the report ??
If you don't want the report, you can disable the receiving of delivery reports.
Forum posts: 4
I really need to have report ...
Forum posts: 80
Hi,
Have you tried to check the "Description" of the Delivery Report?
I mean when you get a new SMS, your HandleSessionEventL function would be called and an EMsvEntriesCreated event would be generated.
Why don't you check out TMsvEntry.iDescription of the newly created entry?
If its a delivery report, i think the above API would give you an indication of the same.
Forum posts: 124
hi,
check the msv headers TMSVEntry and it has the api that checks for the delivery report after the message is sent...
Regards,
Mateen Maldar
Mateen Maldar
Forum posts: 4
Yes, i have Create and Change events from message of Inbox folder, but i can't delete report by TMsvEntry from reports folder(because it from Inbox). Message from Inbox deleted automaticlly.
I can't get CMsvEntry "pointed" to report folder...