Module Values_1.InboundEmailContentSource

Information about email body content.

Sourcetype nonrec t = {
  1. messageSourceType : InboundMessageSourceType.t;
    (*

    The message source type, that is, RAW.

    *)
  2. rawMessage : InboundRawMessage.t option;
    (*

    The raw email body content.

    *)
}
Sourceval context_ : string
Sourceval make : ?rawMessage:??? -> messageSourceType:InboundMessageSourceType.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t