This documentation is archived and is not being maintained.
codeType property
Sets or retrieves the Internet media type for the code associated with the object.
Syntax
HRESULT value = object.put_codeType( v);HRESULT value = object.get_codeType(* p);
Property values
Type: BSTR
the media type.
Remarks
Internet media types are also known as MIME types.
See also
-
MIME Type Detection in Internet Explorer