The Message Object transforms any Internet mail message into an object that you can easily manipulate within your program. Alternatively, any message that you build or modify can be quickly encoded and sent.
Most of the properties manipulate the object model, with the exception of Content, which when set, dynamically creates a new object. When read, Content encodes the object model and returns it as a String or Byte array.
The Message Object provides complete support for MIME structures. High level methods (AddAttachment, Reply, Forward, AddMessage, AddText, and AddDigest) streamline the composition of sophisticated messages.
Additional features include persistence to disk in two formats: transport ready (encoded) message format and a quick loading (decoded) object format.