Table of Contents

Class MMSMessage

Namespace
Inetlab.MMS
Assembly
Inetlab.MMS.MM7.dll

Represents a MMS message

public class MMSMessage
Inheritance
MMSMessage

Constructors

MMSMessage()

public MMSMessage()

Properties

Header

Represents a MMS Header

public MMSHeader Header { get; set; }

Property Value

MMSHeader

Parts

Collection of MMS message parts

public List<MMSPart> Parts { get; set; }

Property Value

List<MMSPart>

Methods

Decode(Stream)

Decode MMS PDU message from stream. PDU format defined in the MMS Encapsulation Specification

public static MMSMessage Decode(Stream stream)

Parameters

stream Stream

Returns

MMSMessage