Module Values_2.OutboundAdditionalRecipientsSource

Information about the additional recipients of outbound email.

Sourcetype nonrec t = {
  1. ccEmailAddresses : Values_1.EmailAddressRecipientList.t option;
    (*

    Information about the additional CC email address recipients. Email recipients are limited to 50 total addresses: 1 required recipient in the DestinationEmailAddress field and up to 49 recipients in the 'CcEmailAddresses' field.

    *)
}
Sourceval make : ?ccEmailAddresses:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Values_0.EmailAddress.t ]) list ] 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