* Parse enqueued mail message model to object
The model of an MailQueueMessage is of type object to enable enqueueing
of any message. However, this means the we are not able to parse a
serialized json object back into the original object.
Provide the model type to enable this deserialization
* Use ExpandoObject for deserialized queue message model