Hi All,

I want to launch the SMS application. It should open new message window
by default and I want to pass the phone number as a parameter to it.

Please suggest me how I can achieve it.

BR
Chetan

Re: How to launch the SMS application by Peter

Peter
Sun Aug 20 08:43:30 CDT 2006

If you are targetting Windows Mobile 5.0 you can use the MailComposeMessage
API. For prior versions you can launch the messaging application using
command line arguments e.g.
tmail.exe -service "SMS" -to "0123456789" -body "Hello world!"

Peter

--
Peter Foot
Device Application Developer MVP
www.peterfoot.net | www.inthehand.com

"chetan" <chitransh_chetan@no-spam_rediffmail.com> wrote in message
news:OTPFRaqwGHA.4872@TK2MSFTNGP02.phx.gbl...
> Hi All,
>
> I want to launch the SMS application. It should open new message window
> by default and I want to pass the phone number as a parameter to it.
>
> Please suggest me how I can achieve it.
>
> BR
> Chetan
>
>
>