Given an empty MimeMessage created with e.g. MimeOleCreateMessage function, how can I initialize it from an IStream / data buffer, which contains the complete message text?
+1
A:
If I'm not wrong IMimeMessage returned by MimeOleCreateMessage supports IPersistStream stream then you have Load & Save methods.
Ismael
2009-03-10 13:16:39
Thank you. Already found out the way myself. Turned out to be piece of cake :).
Yarik
2009-03-10 13:26:23