Values_2.OutboundAdditionalRecipientsSourceInformation about the additional recipients of outbound email.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.EmailAddress.t ]) list ]
list ])
list ]