Class MMSContentType
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
Comment
public string Comment { get; set; }
Property Value
Differences
public string Differences { get; set; }
Property Value
Domain
public string Domain { get; set; }
Property Value
Filename
public string Filename { get; set; }
Property Value
Level
public string Level { get; set; }
Property Value
MaxAge
public int MaxAge { get; set; }
Property Value
MediaType
public string MediaType { get; set; }
Property Value
MultipartMixed
public static MMSContentType MultipartMixed { get; }
Property Value
MultipartRelated
public static MMSContentType MultipartRelated { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Padding
public short Padding { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Q
public double Q { get; set; }
Property Value
Secure
public bool Secure { get; set; }
Property Value
Smil
public static MMSContentType Smil { get; }
Property Value
Start
public string Start { get; set; }
Property Value
StartInfo
public string StartInfo { get; set; }
Property Value
Text
public static MMSContentType Text { get; }
Property Value
Type
public int Type { get; set; }
Property Value
Type2
public string Type2 { get; set; }
Property Value
Methods
CreateFromFile(string)
public static MMSContentType CreateFromFile(string filepath)
Parameters
filepath
string
Returns
MapFileExtension(string, string)
Map file extension (f.i. ".3gp") to Content Type
public static void MapFileExtension(string extension, string contentType)