Question:
I'm trying the example given here
http://www.example-code.com/vbnet/smtp_to_iphone.asp
The only thing I have had to change from the demo is put an absolute reference for the image loc
Dim contentIdStarfish As String = email.AddRelatedFile("C:\ImageLoc\screenGrabImage.jpg")
However now the email is received, the file is attached, but there is a "missing image" block in the body where the image is supposed to be in the body of the mail?
How can the relative addressing work? Assuming the example is correct... or what else could be wrong?
Thanks!
The documentation at http://www.example-code.com/vbnet/smtp_to_iphone.asp has an error.
The CID in <img src=""CID:CONTENT_ID_STARFISH"" is wrong.
It needs to be in lowercase to work.
<img src=""cid:CONTENT_ID_STARFISH"" works in Outlook webmail and Outlook desktop