D
droll
in C#, anyway i can specify multiple conditions for the interception?
MessageInterceptor has a single property called MessageCondition that can
only take a single condition. for example, i want Sender = "abc123", and
body to begin with "Hello there".
i know i can implement "Hello there" in my MessageReceived event handler but
if i use NotifyAndDelete as the interception method, and i don't find "Hello
there" in the SMS, the original SMS is then lost forever unless i recreate
it! also, there's no notification that appears at the top of the screen near
the clock so i have to post that back too.
any ideas?
MessageInterceptor has a single property called MessageCondition that can
only take a single condition. for example, i want Sender = "abc123", and
body to begin with "Hello there".
i know i can implement "Hello there" in my MessageReceived event handler but
if i use NotifyAndDelete as the interception method, and i don't find "Hello
there" in the SMS, the original SMS is then lost forever unless i recreate
it! also, there's no notification that appears at the top of the screen near
the clock so i have to post that back too.
any ideas?