Please could anyone give me a clue how to use this to get incoming SMS
messages?

Thanks

Andy.

Re: OpenNETCF.Phone.Sms - Receive by Alex

Alex
Mon Jul 04 11:05:16 CDT 2005

This lib. doesn't support receiving SMS. It requires implementation of some
COM interfaces.
Take a look at this article Maarten's article:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp

--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org

"Andy" <andy.wood@nospam.keyradio.com> wrote in message
news:1120491066.b6ec5d65930a07db8302c282579ae824@teranews...
> Please could anyone give me a clue how to use this to get incoming SMS
> messages?
>
> Thanks
>
> Andy.



Re: OpenNETCF.Phone.Sms - Receive by Andy

Andy
Wed Jul 06 03:18:24 CDT 2005

Thanks Alex.

Does anybody know if this will be possible in VS2005?

Andy.
On Mon, 4 Jul 2005 12:05:16 -0400, "Alex Yakhnin [MVP]"
<a.yakhnin@online.att.net> wrote:

>This lib. doesn't support receiving SMS. It requires implementation of some
>COM interfaces.
>Take a look at this article Maarten's article:
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp


Re: OpenNETCF.Phone.Sms - Receive by Robert

Robert
Wed Jul 06 09:48:35 CDT 2005

Yes, Windows Mobile 5.0 comes with a new set of APIs that includes
intercepting SMS messages. Install the new SDK and check out the
Microsoft.WindowsMobile.PocketOutlook.MessageInterception namespace.
Specifically, start with the MessageInterceptor class.


"Andy" <andy.wood@nospam.keyradio.com> wrote in message
news:3t4nc195rqvqbuhm36elgqgqdgh9s1mjvv@4ax.com...
> Thanks Alex.
>
> Does anybody know if this will be possible in VS2005?
>
> Andy.
> On Mon, 4 Jul 2005 12:05:16 -0400, "Alex Yakhnin [MVP]"
> <a.yakhnin@online.att.net> wrote:
>
>>This lib. doesn't support receiving SMS. It requires implementation of
>>some
>>COM interfaces.
>>Take a look at this article Maarten's article:
>>
>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp
>



Re: OpenNETCF.Phone.Sms - Receive by Andy

Andy
Thu Jul 07 02:59:48 CDT 2005

That's great, all I need now is WM 5 for my phone - HTC Blue Angel -
but I wonder if that will ever be available?

Thanks

Andy.

On Wed, 6 Jul 2005 07:48:35 -0700, "Robert Levy [MS]"
<rlevy@online.microsoft.com> wrote:

>Yes, Windows Mobile 5.0 comes with a new set of APIs that includes
>intercepting SMS messages. Install the new SDK and check out the
>Microsoft.WindowsMobile.PocketOutlook.MessageInterception namespace.
>Specifically, start with the MessageInterceptor class.
>
>
>"Andy" <andy.wood@nospam.keyradio.com> wrote in message
>news:3t4nc195rqvqbuhm36elgqgqdgh9s1mjvv@4ax.com...
>> Thanks Alex.
>>
>> Does anybody know if this will be possible in VS2005?
>>
>> Andy.
>> On Mon, 4 Jul 2005 12:05:16 -0400, "Alex Yakhnin [MVP]"
>> <a.yakhnin@online.att.net> wrote:
>>
>>>This lib. doesn't support receiving SMS. It requires implementation of
>>>some
>>>COM interfaces.
>>>Take a look at this article Maarten's article:
>>>
>>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp
>>
>