Maps mime-type strings to file extensions.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public StringDictionary FileTypesSettings { get; set; }
Public Property FileTypesSettings As StringDictionary
public: property StringDictionary^ FileTypesSettings { StringDictionary^ get (); void set (StringDictionary^ value); }
 Remarks
 RemarksThe name is the extension (without "."), the value is the mime-type.
            Eg.
            FileTypesSettings.Add("HTML", "text/html")