Delete SMS delivery report

Login to reply to this topic.
Fri, 2007-09-14 15:34
Joined: 2007-09-14
Forum posts: 4

Hi, i send SMS and have status report, it placed into reports folder, but how could i delete it from that folder?


Sat, 2007-09-15 10:12
Joined: 2006-10-05
Forum posts: 80
Re: Delete SMS delivery report


Is it necessary for you to receive the report ??
If you don't want the report, you can disable the receiving of delivery reports.

Sat, 2007-09-15 17:50
Joined: 2007-09-14
Forum posts: 4
Re: Delete SMS delivery report

I really need to have report ...

Mon, 2007-09-17 07:32
Joined: 2006-10-05
Forum posts: 80
Re: Delete SMS delivery 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.

Mon, 2007-09-17 09:50
Forum Nokia Champion
Joined: 2005-08-31
Forum posts: 124
Re: Delete SMS delivery report

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

Mon, 2007-09-17 13:13
Joined: 2007-09-14
Forum posts: 4
Re: Delete SMS delivery report

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... Sad

  • Login to reply to this topic.