MM7.NET

Overview
Download
Subscribe
Forum
Links
Change Log

Overview

MMS Message MM7.NET library is designed to transfer MMS from MMSC (Multimedia Messaging Service Center) to MMS VAS applications and to transfer MMS from MMS VAS applications to MMSC. It is based on SOAP messages with attachments using an HTTP transport layer.

MM7.NET is managed C# library.

Features:
  • send MMS messages to MMSC
  • build-in small HTTP server to receive MMS messages from MMSC
  • ability to extract text, audio or vidio content from MMS message

Download

Download MMSTest application and try MM7.NET library in action.
MM7.NET.zip [889.86 Kb] 7/30/2010
Supports Microsoft .NET Framework 2.0, 3.0, 3.5

Subscribe

Library is being developed. You can subscribe to get any news about MM7.NET library and to receive testing applications.
Enter your email to subscribe:


Forum

Discuss MM7.NET on the forum

Multimedia Messaging Service (MMS). Functional description

Change Log

Version 0.4.4 14.06.2009

  • improved MM7Client

Version 0.4.3 16.04.2009

  • added support of multipart.mixed MMS messages
  • added "Inetlab.MMS.MM7.Switch" to enable detailed information about requests and responses

Version 0.4.2 05.03.2009

  • added Timeout property to MM7Client

Version 0.4.1 28.02.2009

  • added xml declaration to request and response

Version 0.4 27.02.2009

  • fixed SenderAnddress type in the SenderIdentification

Version 0.3 01.10.2008

  • added ServiceCode property for MM7Client class
  • allow to specify Charged Party in the Submit method

Version 0.2 22.08.2008

  • You can start MM7 server to receive MMS messages
  • Ability to send simple MMS messages consist of image and text

Version 0.1 27.06.2008

  • First test application using MM7.NET library