Use the "content-id:" header from a message part that has "content-type: (Don Siders)

Updated my stuff just now to the all the latest files from you ftp and all I
have in the header for a image contained in a html page is 2 headers one has
this

I am doing the following code to try and get the info

   If msgEmail.MessageParts.Items[iLoop].Headers.Find('Content-ID',iIndex)
Then
     qrySave['Content_ID'] :=
msgEmail.MessageParts.Items[iLoop].Headers[iIndex];
   {EndIf}

This is header[0]

'Content-Type: image/gif; filename="fine_line_bg.gif"'

and this is header[1]

'Content-Transfer-Encoding: base64'

There are no more, does this mean that this is a feature that has not been
implemented or am I doing something wrong.

Lee