Windows窗体中的SMS消息传递 [英] SMS Messaging from a Windows form

查看:115
本文介绍了Windows窗体中的SMS消息传递的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在寻找一些关于向我的手机发送短信的示例代码
来自C#Windows表单项目的
...有谁知道吗?


谢谢,

Ron

解决方案

您需要一个SMS网关,甚至可以使用您的手机。通常你会向网关发送

一个http请求,这很容易通过.net进行,但是有一些

没有用于发送短信的本地库。


尝试查看类似SMSnow的内容
http://www.nowsms.com/documentation/...S_Messages.htm

-

问候


John Timney

Microsoft MVP


" RSH" < WA ************* @ yahoo.com>在消息中写道

新闻:OF ************** @ TK2MSFTNGP14.phx.gbl ...


我正在寻找一些关于向我的手机发送短信的示例代码
来自C#Windows窗体项目......有没有人知道呢?

谢谢,
Ron



RSH写道:



我正在寻找从C#Windows窗体项目发送短信给我的手机上的一些示例代码...有没有人知道?

谢谢,
Ron
根据我的理解,所需要的只是了解



cellphonecarriersmailserver.com的提供商并知道手机号码/然后

编写ac#app打开指向特定提供商的套接字
$ 25 $ b端口25上的邮件服务器并将邮件发送到
ce ********@cellphonecarriersmailserver.com


这里有一些受欢迎的产品


Verizon:@ vtext.com

Nextel:@ messaging.nextel.com

Tmobile:@tmomail.net

Cingular:@ mmode.com

Sprint:@ messaging.sprintpcs.com


Hi,

Im looking for some sample code on sending an SMS message to my cell phone
from a C# Windows form project...does anyone know of any?

Thanks,
Ron

解决方案

You need an SMS gateway, even to use your mobile phone. Usually you deliver
an http request to the gateway, which is easy to do via .net but there are
no native libs for sending SMS messages.

Try looking at something like SMSnow
http://www.nowsms.com/documentation/...S_Messages.htm

--
Regards

John Timney
Microsoft MVP

"RSH" <wa*************@yahoo.com> wrote in message
news:OF**************@TK2MSFTNGP14.phx.gbl...

Hi,

Im looking for some sample code on sending an SMS message to my cell phone
from a C# Windows form project...does anyone know of any?

Thanks,
Ron



RSH wrote:

Hi,

Im looking for some sample code on sending an SMS message to my cell phone
from a C# Windows form project...does anyone know of any?

Thanks,
Ron From my understanding, all it takes is knowing the provider of the


cellphonecarriersmailserver.com and knowing cell phone number / then
writing a c# app which opens a socket to a specific providers
mailserver on port 25 and sending mail to the
ce********@cellphonecarriersmailserver.com


Here''s a few popular ones

Verizon: @vtext.com
Nextel: @messaging.nextel.com
Tmobile: @tmomail.net
Cingular: @mmode.com
Sprint: @messaging.sprintpcs.com


这篇关于Windows窗体中的SMS消息传递的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆