Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working on a calendaring system which creates a calendar invitation and is properly recognized as a calendar invitation in common systems. The invite contains the following multipart sections:

1) an inline ICS (which Outlook uses) 2) an .ics attachment of the calendar event 3) HTML content (displayed in the "body" invite email) 4) base64 encoded image (a logo) which is reference in the HTML content via CID

In Outlook 2010 (OWA 2010 is fine and I don't have access to other Outlook versions) the .ics attachment is appearing where the CID image is supposed to be and not after the HTML like a normal attachment. The image referenced in the CID is attached and appearing at the end of the HTML. Here is a what is seen (the ICS attachment is in the upper right where the logo is supposed to be): http://eldar.org/~ben/outlook.jpg

This occurs with Outlook 2010 but appears fine in OWA. I don't have access to other Outlook versions to confirm. The HTML is properly formatted (per tidy) and is just a basic table to help align content.

What is causing this/how can I work around it?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.