MM7.NET as the name clearly states is a .NET library for sending and receiving MMS messages via MM7 protocol. The library is designed to transfer multiple MMS messages from an MMSC (Multimedia Messaging Service Center) to Value-Added Service applications and back from applications to MMSC via Internet HTTP transfer protocol.

With MM7.NET library adding advanced MMS sending capabilities to your .NET application doesn’t require learning protocols from you. It provides a range of classes and functions ready to be built into your own product, which provide both basic and advanced MMS capabilities. Fast MMS sending via HTTP, an ability to extract and store text, audio and video information from a message, easy loading and sending MMS messages from a SMIL file. All of these are easily implemented via MM7.NET with little or no efforts at all.

The library includes a standalone HTTP server that allows receiving MMS messages from an MMSC. Additionally, you can use ASP.NET Http Handler to fully utilize the capabilities of an IIS server.

MM7.NET features:

  • Sends and receives MMS messages via HTTP based MM7 protocol
  • Extracts video and audio information from a message
  • Allows sending MMS from a SMIL (Synchronized Multimedia Integration Language) file
  • Server-side application works as a standalone HTTP server or with ASP.NET Http Handler