Same problem here.
I need to serialize and save a mail (toEml would be perfect), and also deserialize it to create a new Message object (fromEml).
Unfortunately, this still throws a NotImplementedException.
So, my questions:
Tobi
I need to serialize and save a mail (toEml would be perfect), and also deserialize it to create a new Message object (fromEml).
Unfortunately, this still throws a NotImplementedException.
So, my questions:
- When will this be implemented?
-
How can I create a Message object by myself until it's implemented? Since every useful method and constructor is internal, I can't see any solution (except of rewriting the library) to perform this task.
Tobi