i want to intercept SMS messages as they come in. found samples for this.
what i want then is to modify this SMS and insert some additional content
into it. the user should then be able to view this SMS in the standard Text
Messages Inbox application.
i've noticed POOM has a notify and notifyanddelete member for message
interception. from the documentation it seems i need to use NotifyAndDelete
and then somehow reinsert the modified SMS back into the Inbox.
any ideas on how i can do this via CF2 on a WM5?
thanks.