Hallo all
I hope that you can help me, cos I have looked everywhere and tried everything I could think of so I got this link from Microsoft South Africa...
Application background:
I am righting (in C#) a electronic filing system that works via a windows service and checks a POP3 server every 60 seconds for mail and then by reading the subject line it either stores or retrieves documentation. EG. File policy (1234) or Retrieve Policy (1234)... All works great, but when they retrieve documentation I must wrap the saved email body with its attachments as one attachment (Content-Type: message/rfc822) to my outgoing email for there can be one or many emails that was saved to that reference number, and when one adds all the bodies and attachments as attachments it is very confusing for the end users..(this is Africa you know...)
So I want to be able to add children to my parent email and the children must be attachments...
Even if you have some source code that builds the raw email in mime it will help me because I studied the raw Mime up and know how it works by now but can not get it to work as I only get a empty mail on the other side when I build it up as raw Mime... (I can send you my code if you need to look at it)
I thank you in advance for taking the time to look at my request!
Kind regards