tags:

views:

111

answers:

1

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
Thank you. Already found out the way myself. Turned out to be piece of cake :).
Yarik