How do I save MailMessage object to the disk? The MailMessage object does not expose any Save() methods.
I dont have a problem if it saves in any format, *.eml or *.msg. Any idea how to do this?
|
How do I save MailMessage object to the disk? The MailMessage object does not expose any Save() methods. I dont have a problem if it saves in any format, *.eml or *.msg. Any idea how to do this? |
||||
|
|
|
For simplicity, I'll just quote an explanation from a Connect item:
You should be able to use the empty constructor instead of the one listed, as it won't be sending it anyway. |
|||||||||||||||
|