EnableApplicationLauncher MessageInterceptor

  • Thread starter Thread starter Roman Mellenberger
  • Start date Start date
R

Roman Mellenberger

Hi,

I implemented message interception and application launcher to my WM5
app. If my application for handling SMS messages is not running it is
started when an SMS message is received - fine at all. But the first
incoming message is never notified and intercepted to the event handler
of my application and goes to the outlook information store. So I
always lose the first SMS message sent when the application is not
started. Is there a solution to solve this issue?

Thanks
Roman
 
Hi,

I think it is normal, you intercept the message in your first
application and not in your SMS application. You can fire an event to
notify your SMS application you have received an SMS, or always run
your SMS application in background.

BR


Fabien Decret
Windows Embedded Consultant


ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/


Roman Mellenberger a écrit :
 
Fabien,

That doesn't solve my problem. I want to make sure that no SMS sent to
the device goes into the outlook store. I need also the message text of
the SMS. If an incoming SMS message triggers my SMS handling
application to start, I will lose the text of this message anyway
because the handling will only be invoked after the application is
started.

Thx, Roman
 
Back
Top