Table of Contents

Class MMSContentType

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

Represents content type of the MMS message

public class MMSContentType
Inheritance
MMSContentType

Constructors

MMSContentType()

public MMSContentType()

MMSContentType(string)

public MMSContentType(string mediaType)

Parameters

mediaType string

Properties

Charset

public string Charset { get; set; }

Property Value

string

Comment

public string Comment { get; set; }

Property Value

string

Differences

public string Differences { get; set; }

Property Value

string

Domain

public string Domain { get; set; }

Property Value

string

Filename

public string Filename { get; set; }

Property Value

string

Level

public string Level { get; set; }

Property Value

string

MaxAge

public int MaxAge { get; set; }

Property Value

int

MediaType

public string MediaType { get; set; }

Property Value

string

MultipartMixed

public static MMSContentType MultipartMixed { get; }

Property Value

MMSContentType

MultipartRelated

public static MMSContentType MultipartRelated { get; }

Property Value

MMSContentType

Name

public string Name { get; set; }

Property Value

string

Padding

public short Padding { get; set; }

Property Value

short

Path

public string Path { get; set; }

Property Value

string

Q

public double Q { get; set; }

Property Value

double

Secure

public bool Secure { get; set; }

Property Value

bool

Smil

public static MMSContentType Smil { get; }

Property Value

MMSContentType

Start

public string Start { get; set; }

Property Value

string

StartInfo

public string StartInfo { get; set; }

Property Value

string

Text

public static MMSContentType Text { get; }

Property Value

MMSContentType

Type

public int Type { get; set; }

Property Value

int

Type2

public string Type2 { get; set; }

Property Value

string

Methods

CreateFromFile(string)

public static MMSContentType CreateFromFile(string filepath)

Parameters

filepath string

Returns

MMSContentType

MapFileExtension(string, string)

Map file extension (f.i. ".3gp") to Content Type

public static void MapFileExtension(string extension, string contentType)

Parameters

extension string
contentType string