Hi Peter,
Many thanks for your help. I have already tried with MailComposeMessage,
But it is actually launching Outlook E-Mail application. I want to open
"Create New SMS" window. Can we send SMS from Outlook also?
BR
Chetan
"Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
news:%23XY$g6FxGHA.4700@TK2MSFTNGP03.phx.gbl...
> 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
> >
> >
> >
>
>