Internet Direct (Indy)
Home
PreviousUpNext
MIMEMediaType Variable

Indicated valid MIME media types for use in the Indy library.

Pascal
MIMEMediaType: array [0..MaxMIMEType] of String;

MIMEMediaType is an array of Strings constructed for valid MIME media types, subtypes and encoding constant combinations. 

MIMEMediaType is used in ReturnMIMEType to determine if the MIME media type family contains one of the standard values created in the initialization section for the IdMIMETypes.pas unit, including the following strings: 

 

'application/' 
'audio/' 
'image/' 
'message/' 
'multipart/' 
'text/' 
'video/' 
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.