Values.BodySourceRepresents the body of the email message.
type nonrec t = {text : Content.t option;An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.
*)html : Content.t option;An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of MessageData.t ]) list ])
list ]