Values_1.InboundEmailContentSourceInformation about email body content.
type nonrec t = {messageSourceType : InboundMessageSourceType.t;The message source type, that is, RAW.
*)rawMessage : InboundRawMessage.t option;The raw email body content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Map of
([> `Enum of string ] * [> `String of EmailHeaderValue.t ])
list
| `String of InboundSubject.t ])
list ])
list ]