How to send MMS with C#

后端 未结 4 839
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-15 16:53


I need to send MMS thought a C# application. I have already found 2 interesting components: http://www.winwap.com
http://www.nowsms.com

Does anyone have

4条回答
  •  时光取名叫无心
    2021-01-15 17:24

    You could do it yourself. Some MMS companies just have a SOAP API that you can call. All you need to do is construct the XML and send it off via a URL. I have done this once before, but can't remember the name of the company I used.

提交回复
热议问题