How can I find the CID of an ImapMessagePart instance? I'd like to download an HTML email, save the LinkedResource parts somewhere and replace the BodyHtml cid:xxxwhateverxxx with the filename of the saved resource but when I download the message parts I see no way of getting their content-id.

Thanks

asked 05 Jan '11, 16:22

Gabriele%20Bianchini's gravatar image

Gabriele Bia...
16
accept rate: 0%


ContentId property was added to ImapMessagePart class in Rebex Mail version 1.0.4060.0 released in February 2011.

Please download the latest version from the Rebex Mail download page.

link

answered 04 Apr '11, 20:19

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

We forgot to add the ContentId property when we implemented the ImapMessagePart object. This has already been reported by another user and we have added this to a new version that will be released in a week or two.

I just e-mailed you a link to the current build that already includes this property.

link

answered 06 Jan '11, 11:16

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×76

Asked: 05 Jan '11, 16:22

Seen: 533 times

Last updated: 04 Apr '11, 20:19