Question

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?

Was it helpful?

Solution

If I'm not wrong IMimeMessage returned by MimeOleCreateMessage supports IPersistStream stream then you have Load & Save methods.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top