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?
Given an empty MimeMessage created with e.g. MimeOleCreateMessage function, how can I initialize it
Share
If I’m not wrong IMimeMessage returned by MimeOleCreateMessage supports IPersistStream stream then you have Load & Save methods.