Einzelnen Beitrag anzeigen

bernhard_LA

Registriert seit: 8. Jun 2009
Ort: Bayern
1.123 Beiträge
 
Delphi 11 Alexandria
 
#1

Liste mit E mail Content types .....

  Alt 19. Aug 2013, 16:22
woher bekomme ich eine Liste mit allen gültigen E Mail content types ?


Delphi-Quellcode:
  

var aMsg: TIdMessage;

begin
    ....

   ContentType := ExtractHeaderMediaType(aMsg.ContentType);

  StatusBar.SimpleText := ' content Type= ' + ContentType;

  case PosInStrArray(ContentType, ['multipart/mixed', 'multipart/alternative', 'multipart',
    'text/html', 'text/plain', 'text'], false) of
  Mit Zitat antworten Zitat