Author |
|
famdylan Newbie
Joined: 01 December 2006
Online Status: Offline Posts: 2
|
Posted: 01 December 2006 at 10:44am | IP Logged
|
|
|
Not sure really what to ask here so i'll just describe my prob
I recieve emails in my POP3 account from Outlook and pull them down with MailBee POP3.NET
Some of these emails have embeded graphics that I want to make sure that as I parse and show or forward on the mail they stay with the emails and I dont get image not found errors when the email gets to the final person
Can you give me some guidance on how to handle this? - Whats the best way to forward on an email that may have graphics emeded in it?
PS - One caveat - I open each message and progmatically insert some stuff at the bottom - if that makes a difference!
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 01 December 2006 at 11:37am | IP Logged
|
|
|
Actually, nothing special needs to be done in order to prevent embedded messages from not being dispayed after forwarding.
MailBee.NET does not change Content-IDs of embedded objects during modification of the message. Content-IDs are used for referring embedded objects within the message body.
Maybe, you mean displaying messages with embedded graphics, not forwarding? To display such a message, you can use many methods. For instance, MailMessage.GetHtmlAndSaveRelatedFiles.
Regards,
Alex
|
Back to Top |
|
|
famdylan Newbie
Joined: 01 December 2006
Online Status: Offline Posts: 2
|
Posted: 04 December 2006 at 11:32am | IP Logged
|
|
|
Okay i'll have to get back on that and see what I can come up with
|
Back to Top |
|
|