Table of Contents

Class MMSPart

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

Represents content part of the MMS message

public class MMSPart
Inheritance
MMSPart

Constructors

MMSPart()

public MMSPart()

MMSPart(MMSContentType, byte[], byte[])

public MMSPart(MMSContentType contentType, byte[] header, byte[] data)

Parameters

contentType MMSContentType
header byte[]
data byte[]

Properties

ContentType

public MMSContentType ContentType { get; set; }

Property Value

MMSContentType

Data

public byte[] Data { get; set; }

Property Value

byte[]

Header

public byte[] Header { get; set; }

Property Value

byte[]

Parameters

public StringDictionary Parameters { get; set; }

Property Value

StringDictionary

Parts

Collection of MMS message parts

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

Property Value

List<MMSPart>

Methods

GetFileName()

public string GetFileName()

Returns

string

Save(string)

Saves message part data to the given file.

public void Save(string filename)

Parameters

filename string

The filename to save.