Registriert seit: 8. Jun 2009
Ort: Bayern
1.136 Beiträge
Delphi 11 Alexandria
|
Liste mit E mail Content types .....
19. Aug 2013, 17: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
|
|
Zitat
|