Einzelnen Beitrag anzeigen

endeffects

Registriert seit: 27. Jun 2004
450 Beiträge
 
#5

Re: IMAP emails auf attachment prüfen

  Alt 3. Mär 2006, 15:29
hallo,

nagut dann bleibt mir wohl ersteinmal nichts anderes übrig
als die email-header auf den string 'multipart/mixed' zu prüfen.

Delphi-Quellcode:
                if SmartPos('multipart/mixed', TheMsg.ContentType, False, 1, True) > 0 then
                    Inbox.Cells[2, i+1] := 'yes'
                else
                    Inbox.Cells[2, i+1] := 'no';
wirklich toll ist die lösung irgendwie nicht
  Mit Zitat antworten Zitat